[New-bugs-announce] [issue1214] Timeout in CGIXMLRPCRequestHandler under IIS

steenie report at bugs.python.org
Thu Sep 27 18:25:56 CEST 2007


New submission from steenie:

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).

----------
components: Windows
files: SimpleXMLRPCServer.diff
messages: 56168
nosy: steenie
severity: normal
status: open
title: Timeout in CGIXMLRPCRequestHandler under IIS
versions: Python 2.5, Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1214>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SimpleXMLRPCServer.diff
Type: text/x-patch
Size: 647 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20070927/8ecb9ab4/attachment.bin 


More information about the New-bugs-announce mailing list