03-fix-cookie.patch 495 B

12345678910111213
  1. --- contrib/python/Werkzeug/py2/werkzeug/test.py (index)
  2. +++ contrib/python/Werkzeug/py2/werkzeug/test.py (working tree)
  3. @@ -212,8 +212,8 @@ class _TestCookieJar(CookieJar):
  4. if cvals:
  5. environ["HTTP_COOKIE"] = "; ".join(cvals)
  6. - else:
  7. - environ.pop("HTTP_COOKIE", None)
  8. + #else:
  9. + # environ.pop("HTTP_COOKIE", None)
  10. def extract_wsgi(self, environ, headers):
  11. """Extract the server's set-cookie headers as cookies into the