From: Leon Chan Date: Mon, 27 Jul 2015 08:19:21 +0000 (+0800) Subject: Remove an useless line X-Git-Tag: v4.3.0b1~73^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1471%2Fhead;p=thirdparty%2Ftornado.git Remove an useless line --- diff --git a/tornado/httpserver.py b/tornado/httpserver.py index d4c990caa..71b89ded7 100644 --- a/tornado/httpserver.py +++ b/tornado/httpserver.py @@ -182,7 +182,6 @@ class HTTPServer(TCPServer, httputil.HTTPServerConnectionDelegate): class _HTTPRequestContext(object): def __init__(self, stream, address, protocol): self.address = address - self.protocol = protocol # Save the socket's address family now so we know how to # interpret self.address even after the stream is closed # and its socket attribute replaced with None.