mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
e4a4eb964e
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> |
||
---|---|---|
.. | ||
config | ||
ab_rs.rb | ||
hello.ru | ||
lobster.ru | ||
mime.yaml | ||
slow.ru | ||
test_app_status.rb | ||
test_cli.rb | ||
test_config.rb | ||
test_http10.rb | ||
test_http11.rb | ||
test_integration.rb | ||
test_persistent.rb | ||
test_rack_handler.rb | ||
test_rack_server.rb | ||
test_thread_pool.rb | ||
test_unix_socket.rb | ||
test_ws.rb | ||
testhelp.rb |