]> git.ipfire.org Git - thirdparty/tornado.git/commit
Always close sockets in simple_httpclient instead of leaving them for the GC.
authorBen Darnell <ben@bendarnell.com>
Wed, 1 Feb 2012 17:17:03 +0000 (09:17 -0800)
committerBen Darnell <ben@bendarnell.com>
Wed, 1 Feb 2012 17:19:31 +0000 (09:19 -0800)
commitfa643437babe983a0f708860221d5d18630d3ec1
treee9b24e81e6f97e31381c59ca5732749662fafde0
parentb151a1ee967ec97e6e5e0d39eb23ea8853d6ab4f
Always close sockets in simple_httpclient instead of leaving them for the GC.

Also fix some other sockets left open in tests.

Closes #451.
tornado/simple_httpclient.py
tornado/test/httpserver_test.py
tornado/test/iostream_test.py
tornado/test/simple_httpclient_test.py