mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
![]() Some HTTP verbs imply that no body is sent with the response. Puma did not respect that. This led to issues like this one: $ curl localhost:9292 curl: (18) transfer closed with outstanding read data remaining This also breaks persistent connections. Example program to program to provoke this issue: proc do [204, {'Conten-Type' => 'text/plain'}, []] end Signed-off-by: Konstantin Haase <konstantin.mailinglists@googlemail.com> |
||
---|---|---|
.. | ||
puma | ||
rack/handler | ||
puma.rb |