Closed GoogleCodeExporter closed 8 years ago
[deleted comment]
I detected the problem!
The problem is that the server compress the response with GZIP.
How we solve the problem, without disable GZIP compress?
Original comment by smt...@gmail.com
on 20 Apr 2012 at 8:01
The server is only allowed to use GZIP compression (or any other compression
algorithm for that matter) if the client specifies that it supports it. The
client sends this information along in an HTTP header like so
"Accept-Encoding=gzip, deflate". Use an HTTP monitor (like Firebug or HttpFox
in Firefox) to see what your client sends.
Original comment by marcel@frightanic.com
on 12 Jul 2012 at 2:30
Hi,
thank you Marcel for the response to smtrad.
@smtrad: Could you solve/work-around the problem? Large responses are
automatically compressed with gzip by GWT-RPC. This is not triggered by
GWTEventService.
Original comment by sven.strohschein@googlemail.com
on 16 Jul 2012 at 5:57
Set to invalid because it isn't an issue of GWTEventService and there is no
response since several months
Original comment by sven.strohschein@googlemail.com
on 3 Oct 2012 at 8:42
Original issue reported on code.google.com by
smt...@gmail.com
on 20 Apr 2012 at 6:06