https://bz.apache.org/bugzilla/show_bug.cgi?id=59401

            Bug ID: 59401
           Summary: The HttpClient4 implementation haven't used compress
                    when compress method included in
                    Accept-Encoding[request header]
           Product: JMeter
           Version: 3.0
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: HTTP
          Assignee: [email protected]
          Reporter: [email protected]

Steps:
1. use latest JMeter night build[3.0 svn 1741803]
2. create a http sample[http://www.apache.org] with HTTP Header Manager config
element.
3. add "Accept-Encoding = gzip, deflate" into HTTP Header Manager.
4. use HttpClient4 implementation in HTTP Request Sampler.
5. Check the sampler result with View Results Tree.


Expect results:
The String "Content-Encoding: gzip" should be included Response headers.
The body size is less than the content size because it should be compressed.
The behavior is same as JMeter 2.13.


Current results:
There is no Content-Encoding parameter in response headers.
The body size is bigger than HttpClient3.1 implementation result.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to