From: clowwindy Date: Wed, 8 May 2013 03:28:03 +0000 (+0800) Subject: Update httpclient.py X-Git-Tag: v3.1.0~78^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=896d8ac4c74589f9936fbd2bc713357f17611c6e;p=thirdparty%2Ftornado.git Update httpclient.py fix typo --- diff --git a/tornado/httpclient.py b/tornado/httpclient.py index 551fd0b1c..76ece1d7e 100644 --- a/tornado/httpclient.py +++ b/tornado/httpclient.py @@ -53,7 +53,7 @@ class HTTPClient(object): print response.body except httpclient.HTTPError as e: print "Error:", e - httpclient.close() + http_client.close() """ def __init__(self, async_client_class=None, **kwargs): self._io_loop = IOLoop()