Fix comment typo s/no/so
Change-Id: I1c7b0834202caca6b3bb79acd243c96b865583bc
This commit is contained in:
parent
f9465f289a
commit
4dd8bb8637
@ -180,7 +180,7 @@ class UnixDomainHttpProtocol(eventlet.wsgi.HttpProtocol):
|
|||||||
def __init__(self, request, client_address, server):
|
def __init__(self, request, client_address, server):
|
||||||
if client_address == '':
|
if client_address == '':
|
||||||
client_address = ('<local>', 0)
|
client_address = ('<local>', 0)
|
||||||
# base class is old-style, no super does not work properly
|
# base class is old-style, so super does not work properly
|
||||||
eventlet.wsgi.HttpProtocol.__init__(self, request, client_address,
|
eventlet.wsgi.HttpProtocol.__init__(self, request, client_address,
|
||||||
server)
|
server)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user