Skip to content

Commit

Permalink
Merge remote-tracking branch 'nephics/master' into work
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Jan 21, 2012
2 parents 1014d56 + 756fada commit 4edf278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tornado/httpserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def cookies(self):
self._cookies.load(
native_str(self.headers["Cookie"]))
except Exception:
self._cookies = None
self._cookies = {}
return self._cookies

def write(self, chunk, callback=None):
Expand Down

0 comments on commit 4edf278

Please sign in to comment.