Pylons / waitress

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

Bugfix: Don't strip whitespace from values before inserting into environ #434

Closed digitalresistor closed 7 months ago

digitalresistor commented 7 months ago

This fixes a small bug where the value of the header would get stripped when inserted into the environ so it no longer matched.

Closes #432