[issue2126] BaseHTTPServer.py fails long POST from IE

2012-09-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: Reading the original issue: "it appears that IE is sending 2 extra bytes ('\r\n') after the request data. and if you don't read those two extra bytes off, the window's socket handling gets messed up. the result is that a partial response is returned and the

[issue2126] BaseHTTPServer.py fails long POST from IE

2010-06-09 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 2.7 -Python 2.5 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue2126] BaseHTTPServer.py fails long POST from IE

2008-03-24 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Unassigning. I don't have more thoughts on this one. -- assignee: rhettinger -> __ Tracker <[EMAIL PROTECTED]> __

[issue2126] BaseHTTPServer.py fails long POST from IE

2008-03-19 Thread Sean Reifschneider
Sean Reifschneider <[EMAIL PROTECTED]> added the comment: Raymond: Can you see the other related issues and see if the proposed fix (inline in the comment) is acceptable? -- assignee: -> rhettinger nosy: +jafo priority: -> normal __ Tracker <[EMAIL PROT

[issue2126] BaseHTTPServer.py fails long POST from IE

2008-02-16 Thread June Kim
Changes by June Kim: -- title: BaseHTTPServer.py and long POST from IE -> BaseHTTPServer.py fails long POST from IE __ Tracker <[EMAIL PROTECTED]> __ _