Skip to content

Commit

Permalink
typo sigh. no cookie for me
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Feb 3, 2010
1 parent b3496bc commit b681b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gunicorn/http/request.py
Expand Up @@ -102,8 +102,8 @@ def read(self):
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:
Expand Down

0 comments on commit b681b11

Please sign in to comment.