https://bz.apache.org/bugzilla/show_bug.cgi?id=56141
--- Comment #22 from Philippe Mouawad <[email protected]> --- Hi, Thanks for feedback. Did you check "Browser-compatible headers" in HttpRequest ? Because MultipartEntityBuilder#setLaxMode is the same as using: HttpMultipartMode.BROWSER_COMPATIBLE which we use when "Browser-compatible headers" is checked. https://github.com/apache/jmeter/blob/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java#L1084 Regards -- You are receiving this mail because: You are the assignee for the bug.
