On Jul 27, 2014, at 8:03 PM, Zisheng Liao <[email protected]> wrote:

> Hi folks,
> 
> we've been trying to run some experiments on Firefox on mobile. 
> 
> We set up a proxy that supports SPDY protocol and route all requests from 
> browser through this proxy.. However We saw multiple connections established  
> between the FIrefox and the proxy (theoretically SPDY only set up one 
> connection), I'm just wondering why Firefox has such behavior (it could be 
> HTTPS instead of SPDY).
> 
> Thank you.
> 
Are you handling CONNECT requests for HTTPS traffic? If so, you’ll have a 
connection to the proxy for each HTTPS request as well. If you have more than 
one connection for regular HTTP requests then that sounds like a bug to me.

James
_______________________________________________
mobile-firefox-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/mobile-firefox-dev

Reply via email to