Message171597
| Author | pitrou |
|---|---|
| Recipients | orsenthil, pitrou |
| Date | 2012-09-29.23:02:30 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1348959751.44.0.331357335713.issue16088@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
BaseHTTPRequestHandler.send_error() sets "connection: close", so the client shouldn't need a content-length, but it can still be nicer to send it (e.g. it seems to solve an issue with wget, see issue15991). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-29 23:02:31 | pitrou | set | recipients: + pitrou, orsenthil |
| 2012-09-29 23:02:31 | pitrou | set | messageid: <1348959751.44.0.331357335713.issue16088@psf.upfronthosting.co.za> |
| 2012-09-29 23:02:31 | pitrou | link | issue16088 messages |
| 2012-09-29 23:02:30 | pitrou | create | |