]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update documentation
authordano <oreilldf@gmail.com>
Mon, 12 May 2014 03:29:46 +0000 (23:29 -0400)
committerdano <oreilldf@gmail.com>
Mon, 12 May 2014 03:29:46 +0000 (23:29 -0400)
tornado/httpclient.py

index 2a7965b40f6c520ddeab252c8e3769362f65fd32..dd2d9798bc89eddbf0cdd8ae179c1d02bcd7a76d 100644 (file)
@@ -459,8 +459,6 @@ class HTTPResponse(object):
     * code: numeric HTTP status code, e.g. 200 or 404
 
     * reason: human-readable reason phrase describing the status code
-      (with curl_httpclient, this is a default value rather than the
-      server's actual response)
 
     * headers: `tornado.httputil.HTTPHeaders` object