On 09/09/2011 09:21 AM, Patrick McManus wrote:
Hi All,

We've reached a state of basically interoping with some performance
limitations so I wanted to share an update on how things are going.

First, stuff works.

Awesome that you've gotten so far so fast!

Jason - I don't think spdy has any implications for e10s but we should
talk about that.

I glanced over the patch. So when the HTTP Upgrade to SPDY happens, the client keeps the same nsHttpChannel, right? (i.e there's no switch or redirect-like logic to use a SPDYChannel, etc.). Does the URI that the client sees change once SPDY is used, or does everything still seem like HTTP/HTTPS to them? If everything looks the exact same to the client (i.e they can't tell if they're using SPDY or not), then there may be no e10s changes at all. Otherwise, whatever looks different needs to be communicated to the child side, probably during SendOnStartRequest. That would presumably include any HTTP->HTTPS upgrade we make for them (Honza would know more about what SSL/HTTPS info the child side needs to see).

Do we have any observer or other notifications for HTTP Upgrade events? Those would need to happen on the child too.

Jason

_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to