mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
The usual :-(
This commit is contained in:
parent
52cf578382
commit
c45289cb81
4 changed files with 4 additions and 4 deletions
|
@ -392,7 +392,7 @@ class StreamRequestHandler(BaseRequestHandler):
|
|||
|
||||
def setup(self):
|
||||
self.connection = self.request
|
||||
self.rfile = self.connection.makefile('rb')
|
||||
self.rfile = self.connection.makefile('rb', 0)
|
||||
self.wfile = self.connection.makefile('wb', 0)
|
||||
|
||||
def finish(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue