mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typo sigh. no cookie for me
This commit is contained in:
parent
b3496bcbd8
commit
b681b11ed4
@ -102,8 +102,8 @@ class Request(object):
|
||||
remote_addr, remote_port = forward_adress.split(':')
|
||||
else:
|
||||
remote_addr, remote_port = (forward_adress, '')
|
||||
elif self.client_adress is not None:
|
||||
remote_addr, remote_port = self.client_adress
|
||||
elif self.client_address is not None:
|
||||
remote_addr, remote_port = self.client_address
|
||||
else:
|
||||
remote_addr, remote_port = ('127.0.0.1', '')
|
||||
except:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user