1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Evan Phoenix d0a2fac2ac Send the proper headers to HTTP/1.0 in keep-alive
Seems that an HTTP/1.0 client needs to be told that the connection is
still in keep alive mode by setting the Connection header to Keep-Alive.

This makes sense because a server could deny the request and thus no
Connection header means close mode.
2011-11-30 15:07:23 -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
test_cli.rb Add pidfile support. Fixes #18 2011-11-21 21:15:40 -08:00
test_http10.rb Fix test naming 2011-10-03 14:44:18 -07:00
test_http11.rb Fix test naming 2011-10-03 14:44:18 -07:00
test_persistent.rb Send the proper headers to HTTP/1.0 in keep-alive 2011-11-30 15:07:23 -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 Fix 1.9 lambda arity bug and improve timing 2011-10-03 14:52:23 -07:00
test_unix_socket.rb First pass updating JRuby bits for Puma. 2011-11-22 13:43:54 -06:00
test_ws.rb Add min:max thread settings 2011-09-27 16:33:17 -05:00
testhelp.rb More cleanup and removal 2011-09-23 20:46:33 -07:00