Mercurial > p > roundup > code
diff CHANGES.txt @ 6544:9aa8df0b4426
issue2551178 - fix Traceback in Apache WSGI
Alternate way to fix issue I hope. We do want to delete the
headers, not just emit them with no value.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 07 Dec 2021 11:15:04 -0500 |
| parents | f8df7fed18f6 |
| children | 5a3a386aa8e7 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Dec 07 13:18:09 2021 +0100 +++ b/CHANGES.txt Tue Dec 07 11:15:04 2021 -0500 @@ -51,6 +51,7 @@ now include a suffix indicating the content-encoding used to send the data per rfc7232. Properly validate any form of ETag suffixed or non-suffixed for If-Match. +- issue2551178 - fix Traceback in Apache WSGI - during file upload Features:
