Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6543:982460ed0a23 | 6544:9aa8df0b4426 |
|---|---|
| 49 string and not as an int) is unknown. | 49 string and not as an int) is unknown. |
| 50 - issue2551175 - Make ETag content-encoding aware. HTTP ETag headers | 50 - issue2551175 - Make ETag content-encoding aware. HTTP ETag headers |
| 51 now include a suffix indicating the content-encoding used to send | 51 now include a suffix indicating the content-encoding used to send |
| 52 the data per rfc7232. Properly validate any form of ETag suffixed or | 52 the data per rfc7232. Properly validate any form of ETag suffixed or |
| 53 non-suffixed for If-Match. | 53 non-suffixed for If-Match. |
| 54 - issue2551178 - fix Traceback in Apache WSGI - during file upload | |
| 54 | 55 |
| 55 Features: | 56 Features: |
| 56 | 57 |
| 57 - issue2551147 - Enable compression of http responses in roundup. | 58 - issue2551147 - Enable compression of http responses in roundup. |
| 58 Allow roundup to return gzip, (br or zstd with added modules) | 59 Allow roundup to return gzip, (br or zstd with added modules) |
