[android-developers] Re: http proxy and chunked encoding with emulator

2009-03-31 Thread m5p3nc3r
Any news on when we might be seeing a fix for this problem? Cheers Matt On Mar 24, 5:58 pm, m5p3nc3r matt...@thespencers.me.uk wrote: This is great news.  If you want me to test anything here, I am more than happy to do this.  (It would also mean that I get a working emulator before the

[android-developers] Re: http proxy and chunked encoding with emulator

2009-03-31 Thread David Turner
On Tue, Mar 31, 2009 at 5:38 PM, m5p3nc3r matt...@thespencers.me.uk wrote: Any news on when we might be seeing a fix for this problem? I have a pending patch, but only for the cupcake emulator (the 1.1 one is *way* older). I didn't find the time to test it properly, or more precisely, I

[android-developers] Re: http proxy and chunked encoding with emulator

2009-03-24 Thread David Turner
That very well could be a bug in the chunk encoding support of the http rewriter within the emulator's proxy code. I could not test it against a lot of cases. Can you dump the output of emulator -debug-proxy when you try to connect to www.google.com through your proxy ? This will print out the

[android-developers] Re: http proxy and chunked encoding with emulator

2009-03-24 Thread m5p3nc3r
Sorry for the large blob, but here goes: http_service_connect: trying to connect to 209.85.229.147 on port 80 http_service_connect: using HTTP rewriter tcp:209.85.229.147:80(16): connecting tcp:209.85.229.147:80(16): connected to proxy tcp:209.85.229.147:80(16): socket pair created

[android-developers] Re: http proxy and chunked encoding with emulator

2009-03-24 Thread David Turner
Thanks a lot, I could find a bug in the http rewriter source code. It is triggered by the Keep-Alive + chunked reply. I'll file a bug for it and start working on it. However, I'd like to be able to test it. Anyone knows a proxy that can be setup to answer this way ? On Tue, Mar 24, 2009 at 4:22

[android-developers] Re: http proxy and chunked encoding with emulator

2009-03-24 Thread m5p3nc3r
This is great news. If you want me to test anything here, I am more than happy to do this. (It would also mean that I get a working emulator before the official 1.1 r2 release :) On Mar 24, 3:42 pm, David Turner di...@android.com wrote: Thanks a lot, I could find a bug in the http rewriter