mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
The usual
This commit is contained in:
parent
29201d4905
commit
8d691c8422
40 changed files with 1727 additions and 846 deletions
|
@ -35,6 +35,10 @@ class CGIHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
|
|||
|
||||
"""
|
||||
|
||||
# Make rfile unbuffered -- we need to read one line and then pass
|
||||
# the rest to a subprocess, so we can't use buffered input.
|
||||
rbufsize = 0
|
||||
|
||||
def do_POST(self):
|
||||
"""Serve a POST request.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue