Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.45k stars 175 forks source link

Bugfix: header calculation #376

Closed digitalresistor closed 2 years ago

digitalresistor commented 2 years ago

When receiving the headers in multiple packets the calculation for how big the headers are so far is wrong/invalid. This leads to issues whereby waitress would incorrectly suggest the headers were too large when they were not.

Closes #371