Brotli is a new compression algorithm that improves compression and performances: - https://www.keycdn.com/blog/keycdn-brotli-support/ This enhancement will add its support to JMeter relying on: - https://github.com/google/brotli/tree/master/java/org/brotli
Author: pmouawad Date: Sun Apr 30 20:47:57 2017 New Revision: 1793277 URL: http://svn.apache.org/viewvc?rev=1793277&view=rev Log: Bug 61056 - HTTP : Support brotli decoding Fix tests failure Bugzilla Id: 61056 Modified: jmeter/trunk/build.properties jmeter/trunk/build.xml jmeter/trunk/eclipse.classpath Author: pmouawad Date: Sun Apr 30 20:41:59 2017 New Revision: 1793276 URL: http://svn.apache.org/viewvc?rev=1793276&view=rev Log: Bug 61056 - HTTP : Support brotli decoding Bugzilla Id: 61056 Added: jmeter/trunk/licenses/bin/dec-0.1.1.txt (with props) Modified: jmeter/trunk/build.properties jmeter/trunk/build.xml jmeter/trunk/lib/ (props changed) jmeter/trunk/lib/aareadme.txt jmeter/trunk/res/maven/ApacheJMeter_parent.pom jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java jmeter/trunk/xdocs/changes.xml
Created attachment 34965 [details] Test plan used to test feature
Created attachment 35892 [details] Jmeter 3.3 or Jmeter 4 - still don't support Brotli
(In reply to alexandra.zhmurko from comment #3) > Created attachment 35892 [details] > Jmeter 3.3 or Jmeter 4 - still don't support Brotli Can you give us access to application please ? Thank you
Note, that Brotli compression still doesn't work with Java implementation. Only with HttpClient4 Client Implementation
(In reply to Philippe Mouawad from comment #4) > (In reply to alexandra.zhmurko from comment #3) > > Created attachment 35892 [details] > > Jmeter 3.3 or Jmeter 4 - still don't support Brotli > > Can you give us access to application please ? > Thank you I already found the reason. It's all because of Client implementation type. Works fine for HttpClient4 Thanks
(In reply to alexandra.zhmurko from comment #6) > (In reply to Philippe Mouawad from comment #4) > > (In reply to alexandra.zhmurko from comment #3) > > > Created attachment 35892 [details] > > > Jmeter 3.3 or Jmeter 4 - still don't support Brotli > > > > Can you give us access to application please ? > > Thank you > > I already found the reason. It's all because of Client implementation type. > Works fine for HttpClient4 > Thanks Brotli only works with HC4. It"s not a bug , it's a limitation. Can we consider there is no bug ? Thanks
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4381