Message56168
| Author | steenie |
|---|---|
| Recipients | steenie |
| Date | 2007-09-27.16:25:56 |
| SpamBayes Score | 0.015569859 |
| Marked as misclassified | No |
| Message-id | <1190910356.54.0.93332478952.issue1214@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Using CGIXMLRPCRequestHandler results in a timeout if running behind Internet Information Server/CGI. Maybe there is no eof on sys.stdin under IIS and python continues to read even if there is no more data available. The same runs without problems under Apache/CGI. Reading only os.environ['CONTENT_LENGTH'] bytes from sys.stdin will as well work under IIS (see patch). |
|
| Files | |
|---|---|
| File name | Uploaded |
| SimpleXMLRPCServer.diff | steenie, 2007-09-27.16:25:56 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-09-27 16:25:56 | steenie | set | spambayes_score: 0.0155699 -> 0.015569859 recipients: + steenie |
| 2007-09-27 16:25:56 | steenie | set | spambayes_score: 0.0155699 -> 0.0155699 messageid: <1190910356.54.0.93332478952.issue1214@psf.upfronthosting.co.za> |
| 2007-09-27 16:25:56 | steenie | link | issue1214 messages |
| 2007-09-27 16:25:56 | steenie | create | |