]> granicus.if.org Git - python/commit
Now that StreamRequestHandler defaults rfile to buffered, make it
authorGuido van Rossum <guido@python.org>
Fri, 1 Sep 2000 03:27:34 +0000 (03:27 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 1 Sep 2000 03:27:34 +0000 (03:27 +0000)
commit6aefd91c7f4f446dc6ea95ea00c62fc847ce886a
tree769eebeb457eb4455aefe403e3a3f5a1c352b7e4
parent01fed4d4e6a2d5f4ff85236bb3430cdfef5e4ada
Now that StreamRequestHandler defaults rfile to buffered, make it
unbuffered (by setting the class variable rbufsize to 0), because we
(may) need to pass the file descriptor to the subprocess running the
CGI script positioned after the headers.
Lib/CGIHTTPServer.py