ra0077 commented on issue #6388: URL: https://github.com/apache/jmeter/issues/6388#issuecomment-2536325965
My opinion: - not decompress in the HTTPHC4Impl.java sampler, but return the raw body + content encoding, and do the decompression in getResponseData(). - Add a checkbox in http sampler to allow saving response (header + body) set to true by default (to don't change default behaviour) It will allow advanced users don't waste memory + cpu if the user knows it will not be used (Gatling do this and Neoload don't save by default if I have well understood) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org