false cookie attributes should not be set
This commit is contained in:
@@ -107,7 +107,8 @@ class Cookie(dict):
|
||||
value.strftime("%a, %d-%b-%Y %T GMT")
|
||||
))
|
||||
elif key in self._flags:
|
||||
output.append(self._keys[key])
|
||||
if self[key]:
|
||||
output.append(self._keys[key])
|
||||
else:
|
||||
output.append('%s=%s' % (self._keys[key], value))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user