Submitter | Augie Fackler |
---|---|
Date | Sept. 30, 2017, 12:02 p.m. |
Message ID | <de46978e0268bd174dfe.1506772935@augie-macbookpro2.roam.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/24242/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/hgweb/server.py b/mercurial/hgweb/server.py --- a/mercurial/hgweb/server.py +++ b/mercurial/hgweb/server.py @@ -61,7 +61,6 @@ class _httprequesthandler(httpservermod. @staticmethod def preparehttpserver(httpserver, ui): """Prepare .socket of new HTTPServer instance""" - pass def __init__(self, *args, **kargs): self.protocol_version = 'HTTP/1.1'