Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5121deb commit a7a150cCopy full SHA for a7a150c
1 file changed
Lib/asyncio/test_utils.py
@@ -126,6 +126,7 @@ def app(environ, start_response):
126
yield httpd
127
finally:
128
httpd.shutdown()
129
+ httpd.server_close()
130
server_thread.join()
131
132
0 commit comments