python-hyper / h2

HTTP/2 State-Machine based protocol implementation
https://h2.readthedocs.io/en/stable
MIT License
963 stars 151 forks source link

Fix TE header name in error message #1262

Closed mhils closed 3 years ago

mhils commented 3 years ago

This is closely related (the TE request header specifies the transfer encodings the user agent is willing to accept), but the header name is TE, not Transfer-Encodings. 😛