spdy-http2 / node-spdy

SPDY server on Node.js
2.81k stars 196 forks source link

Client disables Keep-Alive #324

Open pietermees opened 7 years ago

pietermees commented 7 years ago

It seems that the client disables keep-alive automatically. Is there a specific reason for this? This is especially relevant when falling back to HTTP 1.1 where it's really nice to be able to reuse the connection...

therealgilles commented 3 years ago

The 'Connection: Keep-Alive' header is not allowed with http/2.