]> granicus.if.org Git - python/commit
SF bug #430160: CGIHTTPServer.py POST bug using IE
authorRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 05:06:56 +0000 (05:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 29 Jun 2003 05:06:56 +0000 (05:06 +0000)
commite2f18377ff21c0e3217d561c8509e6816ecb362d
treecd22efe60fc24595388e2056f4d028e44ee525f2
parentbe2528d8668f9e4e1260ca156b9d1564c2f9f2ce
SF bug #430160:  CGIHTTPServer.py POST bug using IE

Minor improvement to previous bugfix.
Eating the remaining characters would lead to an endless loop
without a termination test.
Lib/CGIHTTPServer.py