mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
The usual
This commit is contained in:
parent
c6a681a57d
commit
bb08066053
2 changed files with 8 additions and 1 deletions
|
|
@ -396,6 +396,8 @@ class StreamRequestHandler(BaseRequestHandler):
|
|||
|
||||
def finish(self):
|
||||
self.wfile.flush()
|
||||
self.wfile.close()
|
||||
self.rfile.close()
|
||||
|
||||
|
||||
class DatagramRequestHandler(BaseRequestHandler):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue