https://issues.apache.org/bugzilla/show_bug.cgi?id=48542

           Summary: SoapSampler uses wrong response header field to decide
                    if response is gzip encoded
           Product: JMeter
           Version: 2.3.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: major
          Priority: P2
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: t...@einwaller.net


currently the SoapSampler uses the response header field Transfer-Encoding to
decide if response is gzip encoded and has to be sent through the
GZIPInputStream 

It should use the response header field Content-Encoding which is set to gzip
by apache for example if the response body is gzip encoded by mod_deflate

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org

Reply via email to