python-hyper / hyper

HTTP/2 for Python.
http://hyper.rtfd.org/en/latest/
MIT License
1.05k stars 191 forks source link

Don't split the authorization header #384

Closed joguSD closed 6 years ago

joguSD commented 6 years ago

Some authorization schemes have commas in the header and splitting this header will break authentication. This adds the authorization header to the list of headers that should not be split.