[Bug 2048] HTTP transport should be compressed
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Oct 27 11:08:03 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2048
--- Comment #4 from Severin Gehwolf <sgehwolf at redhat.com> ---
(In reply to Mario Torre from comment #3)
> One suggestion would be to research if there is some built-in mechanism,
> like some property to make the stream compressed by default without the need
> to implement it in code.
We'd be likely using library specific built-ins (if possible and where it makes
sense). FYI: we use http components client as a HTTP client library and some
unknown servlet container at the server end. The goal is to reuse as much as
possible, but I doubt it's as simple as setting a single property :)
Examples:
http://hc.apache.org/httpcomponents-client-4.2.x/examples.html
http://archive.eclipse.org/jetty/9.0.0.M0/apidocs/org/eclipse/jetty/servlets/gzip/GzipHandler.html
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20141027/46f5f5e9/attachment.html>
More information about the distro-pkg-dev
mailing list