mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-02 18:51:31 +08:00
Litestar internally caches request.body() and request.headers which caused stale data to be returned on subsequent requests over keep-alive connections. Access body via receive callable and headers directly from scope to avoid this caching behavior.