hisco / http2-client

Transparently make http request to both http1 / http2 server.
https://www.npmjs.com/package/http2-client
MIT License
33 stars 14 forks source link

Removal of connection property is case-sensitive #10

Closed pderaaij closed 5 years ago

pderaaij commented 5 years ago

The client removes the connection property, but as it is case sensitive it still passes on a connection property.

This should be case insensitive.

hisco commented 5 years ago

Just to make sure I understand you correctly:

Are you referring to the removal of the connection property from the http2 headers sent to the server?

pderaaij commented 5 years ago

Correct.

hisco commented 5 years ago

Fixed in 1.3.2. Thanks!