1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Konstantin Haase e4a4eb964e Support responses without entity body
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>
2011-12-21 09:17:19 -08:00
..
config Refactor more of the configuration 2011-12-07 13:43:10 -08:00
ab_rs.rb Add quicky ab(8) wrapper 2011-12-01 14:34:03 -08:00
hello.ru Fix refactoring bug, add test 2011-12-07 13:53:36 -08:00
lobster.ru Runs a rack app! 2011-09-23 20:24:32 -07:00
mime.yaml Needed file for gem testing. 2006-06-16 20:32:55 +00:00
slow.ru Fix manifest and gemspec 2011-12-19 13:55:32 -08:00
test_app_status.rb Fix integration test and cleanup 1.9.3 warnings 2011-12-07 14:48:41 -08:00
test_cli.rb Add auth token support to the control server 2011-12-07 10:46:36 -08:00
test_config.rb Refactor more of the configuration 2011-12-07 13:43:10 -08:00
test_http10.rb Fix test naming 2011-10-03 14:44:18 -07:00
test_http11.rb Fix integration test and cleanup 1.9.3 warnings 2011-12-07 14:48:41 -08:00
test_integration.rb Disable test on JRuby 2011-12-07 14:58:30 -08:00
test_persistent.rb Support responses without entity body 2011-12-21 09:17:19 -08:00
test_rack_handler.rb add Rack handler for Puma 2011-10-04 14:23:51 -07:00
test_rack_server.rb Fix race conditions in tests, change travis rbx name 2011-11-22 16:32:35 -08:00
test_thread_pool.rb Add automatic pool trimming 2011-12-05 10:07:01 -08:00
test_unix_socket.rb First pass updating JRuby bits for Puma. 2011-11-22 13:43:54 -06:00
test_ws.rb Fix integration test and cleanup 1.9.3 warnings 2011-12-07 14:48:41 -08:00
testhelp.rb More cleanup and removal 2011-09-23 20:46:33 -07:00