]> git.ipfire.org Git - thirdparty/tornado.git/commit
Add a close method to Resolver and use it where necessary.
authorBen Darnell <ben@bendarnell.com>
Thu, 16 May 2013 02:47:35 +0000 (22:47 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 16 May 2013 02:47:35 +0000 (22:47 -0400)
commit833d6975c320836ddc3a20fde681fdccbdcb82ed
tree223b4b3f1710b2983ce53aeb19f208c3e119ab99
parent34a285865e98be86c47cf6ab8425b75d3b377bf9
Add a close method to Resolver and use it where necessary.

This fixes a thread leak when running the test suite with
ThreadedResolver.
tornado/concurrent.py
tornado/netutil.py
tornado/simple_httpclient.py
tornado/test/httpclient_test.py
tornado/test/httpserver_test.py
tornado/test/simple_httpclient_test.py
tornado/websocket.py