]> granicus.if.org Git - python/commit
Make self.rfile unbuffered (self.wfile already is). This should fix
authorGuido van Rossum <guido@python.org>
Wed, 23 Oct 1996 14:30:23 +0000 (14:30 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 23 Oct 1996 14:30:23 +0000 (14:30 +0000)
commitd804bab721208a8691b554443c8cbf1a8ebb6c2d
tree4abbd8df810f38439963dbc5bc61438ca44fcaf5
parentfde7a75b78ed29bc0b23c4df35587ade99a7ddf2
Make self.rfile unbuffered (self.wfile already is).  This should fix
CGIHTTPServer.py when used with the POST command.
Lib/SocketServer.py