Chunked request bodies are not supported · Issue #620 · puma/puma

If I understand the HTTP RFC correctly, an HTTP 1.1 web server must support chunked request bodies. As of version 2.10.2, Puma does not and instead treats any such request as having no body at all....