This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sjtuer
Recipients sjtuer
Date 2009-08-18.15:58:07
SpamBayes Score 7.720265e-05
Marked as misclassified No
Message-id <1250611088.83.0.579376687228.issue6728@psf.upfronthosting.co.za>
In-reply-to
Content
The mismatched content length will cause hang up in sys.stdin.read(). 
The reason is probably described in Issue 1214 as well as 1725295.

length = int(os.environ.get('CONTENT_LENGTH', None))
"""Length fix for IIS 7.x to avoid hang up"""
length=length-2

I would appreciate if someone can create a diff or patch file for the 
code above.
History
Date User Action Args
2009-08-18 15:58:08sjtuersetrecipients: + sjtuer
2009-08-18 15:58:08sjtuersetmessageid: <1250611088.83.0.579376687228.issue6728@psf.upfronthosting.co.za>
2009-08-18 15:58:07sjtuerlinkissue6728 messages
2009-08-18 15:58:07sjtuercreate