1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Matthew Draper 1ba0999685 Skip empty parts when chunking
A zero-length chunk has a protocol-significant meaning: it signals the
end of the response. An empty part in a Rack body has no such meaning,
so we should just skip it.
2015-07-18 09:01:33 +09:30
..
config Ignore multiple port declarations 2015-02-17 08:58:19 -06:00
shell Assure worker index always within 0...@options[:workers] 2014-01-27 13:13:48 +01:00
ab_rs.rb
config.rb Add experimental tcp mode (aka lopez express mode) 2013-08-07 16:39:08 -07:00
hello-bind.ru Added tests for bind configuration on rackup file 2015-05-25 12:15:32 +02:00
hello-delay.ru Refactor modes, fix control server to always work 2013-07-05 16:08:13 -07:00
hello-map.ru Pull over and use Rack::URLMap. Fixes #741 2015-07-17 10:52:06 -07:00
hello-post.ru
hello-stuck.ru Fix phased restart with stuck requests 2015-01-15 14:58:16 +02:00
hello-tcp.ru Add experimental tcp mode (aka lopez express mode) 2013-08-07 16:39:08 -07:00
hello.ru
hijack.ru
hijack2.ru
lobster.ru
mime.yaml
slow.ru
ssl_config.rb Add ssl_config to make SSL testing easier 2013-06-18 14:52:55 -07:00
test_app_status.rb Refactor modes, fix control server to always work 2013-07-05 16:08:13 -07:00
test_cli.rb refactor configuration 2015-03-14 22:59:21 -07:00
test_config.rb Added tests for bind configuration on rackup file 2015-05-25 12:15:32 +02:00
test_http10.rb
test_http11.rb Try to figure out why 2.2.0 isn't failing htis test 2015-06-10 13:13:28 -07:00
test_integration.rb Disable fragile test for now 2015-01-20 10:45:11 -08:00
test_iobuffer.rb
test_minissl.rb Add SSL support for JRuby 2014-05-05 14:30:15 -07:00
test_null_io.rb
test_persistent.rb Skip empty parts when chunking 2015-07-18 09:01:33 +09:30
test_puma_server.rb Do not suppress Content-Length on partial hijack 2015-06-08 18:39:49 +02:00
test_puma_server_ssl.rb ssl: Add Client Side Certificate Auth 2015-06-06 23:15:00 +02:00
test_rack_handler.rb
test_rack_server.rb Remove rack dependency. Fixes #705 2015-07-14 10:28:59 -07:00
test_tcp_rack.rb Add experimental tcp mode (aka lopez express mode) 2013-08-07 16:39:08 -07:00
test_thread_pool.rb Add thread reaping to thread pool 2015-05-20 14:57:40 +02:00
test_unix_socket.rb Proper 'Connection' header handling compatible with HTTP 1.0 and HTTP 1.1 protocols 2015-02-19 14:43:17 +01:00
test_ws.rb
testhelp.rb