You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by FSchumacher <gi...@git.apache.org> on 2017/07/05 19:56:14 UTC

[GitHub] jmeter pull request #298: Vary header cache

Github user FSchumacher commented on a diff in the pull request:

    https://github.com/apache/jmeter/pull/298#discussion_r125741694
  
    --- Diff: src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPJavaImpl.java ---
    @@ -626,6 +627,19 @@ protected HTTPSampleResult sample(URL url, String method, boolean areFollowingRe
             }
         }
     
    +    private Header[] getHeaders(HeaderManager headerManager) {
    --- End diff --
    
    I thought of extracting it into a utility class.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---