zulip/zerver/tornado
Alex Vandiver 4f6fc728cd tornado: Explicitly mark requests as varying by cookie.
The Session middleware only adds `Vary: cookie` if it sees an access
to the from inside of it.  Because we are effectively, from the Django
session middleware's point of view, returning the static content of
`request.saved_response` and never accessing the session, it does not
set `Vary: cookie` on longpoll requests.

Explicitly mark Tornado requests as varying by cookie.
2021-04-02 14:55:22 -07:00
..
__init__.py
application.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
autoreload.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
descriptors.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
django_api.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
event_queue.py docs: Add a document explaining email/push notifications. 2021-03-05 15:24:25 -08:00
exceptions.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
handlers.py tornado: Explicitly mark requests as varying by cookie. 2021-04-02 14:55:22 -07:00
ioloop_logging.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
sharding.py python: Reformat with Black, except quotes. 2021-02-12 13:11:19 -08:00
views.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00