We had the same problem and solved it by disabling HTTP compression on the 
server.
Not sure if this is a GWT bug...


Il giorno giovedì 23 febbraio 2012 13:57:21 UTC+1, Samvel karaxanyan ha 
scritto:
>
> Hi, recently  I have a problem getting chunked data response from gwt 
> servlet. So I have a gwt application that uses RPC call to get the 
> data and now sometimes when getting data from server the data is 
> chunked and broken. The interesting thing is that on the same RPC call 
> that data can be broken only once per 10 requests. 
>
> The request headers looks something like this 
>
> Accept        text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 
>
> Accept-Encoding        gzip, deflate 
> Accept-Language        en,en-us;q=0.5 
> Cache-Control        no-cache 
> Connection        keep-alive 
> Content-Length        319 
> Content-Type        text/x-gwt-rpc; charset=utf-8 
> Cookie        JSESSIONID=1ml58x6sh3up6 
> Host        192.168.0.101:8888 
> Pragma        no-cache 
> Referer        
> http://192.168.0.101:8888/SCC.html?gwt.codesvr=192.168.0.101:9997 
>
> User-Agent<http://192.168.0.101:8888/SCC.html?gwt.codesvr=192.168.0.101:9997User-Agent>
>         Mozilla/5.0 
> (X11; Ubuntu; Linux x86_64; rv:10.0.2) Gecko/ 
> 20100101 Firefox/10.0.2 
> X-GWT-Module-Base        http://192.168.0.101:8888/scc/ 
> X-GWT-Permutation <http://192.168.0.101:8888/scc/X-GWT-Permutation>        
> HostedMode 
>
>
> The responce headers are : 
> HTTP/1.1 200 OK 
> Transfer-Encoding: chunked 
> Server: Jetty(6.1.x) 
>
> And the data is something unreadable. 
>
> Can you at least tell me from where to start searching for a cause of 
> the problem. 
>
> Thanks in Advance

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/IkQvRm0qZ3QJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to