How do I tell the server that the client supports the SPDY protocol?
What needs to tell the server that the Webclient supports the SPDY protocol ? At what level (TCP / IP, HTTP, ...) do I transfer this information?
+3
powtac
source
to share
1 answer
When a client does an SSL handshake, the server needs to advertise spdy through the NPN extension. Here are some links for more details:
- http://dev.chromium.org/spdy/spdy-protocol/spdy-protocol-draft2#TOC-Server-Advertisement-of-SPDY-throug1
- http://tools.ietf.org/html/draft-agl-tls-nextprotoneg-00.html
+5
igrigorik
source
to share