From 46ca48ed44b18e52b954c348cf08ffe30094309c Mon Sep 17 00:00:00 2001 From: Leon Chan Date: Mon, 27 Jul 2015 16:19:21 +0800 Subject: [PATCH] Remove an useless line --- tornado/httpserver.py | 1 - 1 file changed, 1 deletion(-) 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. -- 2.47.2