mirror of
https://github.com/frappe/gunicorn.git
synced 2026-07-05 04:01:29 +08:00
Both WSGI and ASGI parsers now validate that chunk extensions do not contain bare CR characters, which are not allowed per RFC 9112. Fixes #3556