python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Expand the allowed status codes to 999 #140

Closed pgjones closed 2 years ago

pgjones commented 2 years ago

The standard is often interpreted as allowing any three digit status code and hence h11 not supporting larger codes results in incompatibities.

Fixes #134