Mercurial > p > roundup > code
diff CHANGES.txt @ 7112:c0d030bd472e
Fix: Send Content-Length header to client from top Exception handler
The top exception handler in run_cgi wasn't sending the Content-Length
header for the error message. This resulted in a hung client.
Probably wasn't an issue with http 1.0, but when using 1.1 it's
required.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 Dec 2022 18:47:24 -0500 |
| parents | 570abc4c6548 |
| children | 5c6dd791d638 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Dec 08 10:54:24 2022 -0500 +++ b/CHANGES.txt Sun Dec 11 18:47:24 2022 -0500 @@ -54,7 +54,9 @@ roundup-admin. (John Rouillard) - Document better that files in the template or static_files directories accessed via @@file are available to any user with the - url. + url. (John Rouillard) +- Fix final exception handler in roundup-server to send proper + Content-Length header to the client. (John Rouillard) Features:
