commit | 6aefd91c7f4f446dc6ea95ea00c62fc847ce886a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Sep 01 03:27:34 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Sep 01 03:27:34 2000 +0000 |
tree | 769eebeb457eb4455aefe403e3a3f5a1c352b7e4 | |
parent | 01fed4d4e6a2d5f4ff85236bb3430cdfef5e4ada [diff] |
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.