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 [email protected] or file a JIRA ticket
with INFRA.
---