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


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:



+5


source







All Articles