Skip to content Skip to sidebar Skip to footer

Uwsgi Resends Headers In Async Mode

It seems uwsgi remembers headers from a previous request in async mode! I deployed a very simple application with uwsgi: def application(environ, start_response): start_respons

Solution 1:

There was a bug in uwsgi and fixed in:

https://github.com/unbit/uwsgi/commit/e393f36f0adbdb49e4a84098865bb6e3c01785e4

Post a Comment for "Uwsgi Resends Headers In Async Mode"