python-hyper / h2

Pure-Python HTTP/2 protocol implementation
https://python-hyper.org/
MIT License
969 stars 157 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. 😛