1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Jens Krämer d7a77030ed Transfer encoding header should be downcased before comparison (#1135)
* fixes chunked transfer encoding detection

- OSX Finder sends 'Chunked' which resulted in failed WebDAV uploads due to
  matching against 'chunked'
2016-11-19 06:24:29 -07:00
..
config Add plugin mechanism and initial plugin 2016-02-06 22:28:02 -08:00
shell Enable log_requests for integration tests 2016-08-20 09:04:41 +02:00
ab_rs.rb Add quicky ab(8) wrapper 2011-12-01 14:34:03 -08:00
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 Add separate IO reactor to defeat slow clients 2012-07-23 10:26:52 -07:00
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 A rack app needs to set Content-Type 2012-01-08 17:12:20 -03:00
hijack.ru Add support for the rack hijack protocol 2013-02-05 22:39:16 -08:00
hijack2.ru Add support for the rack hijack protocol 2013-02-05 22:39:16 -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
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 Require StateFile if needed. 2016-09-08 17:46:24 +02:00
test_config.rb Allow overriding options of Configuration object 2016-03-30 10:56:25 +05:30
test_http10.rb Improve required testhelp.rb path. 2016-09-21 10:39:40 +02:00
test_http11.rb Improve required testhelp.rb path. 2016-09-21 10:39:40 +02:00
test_integration.rb Remove old test 2016-07-18 21:42:36 -07:00
test_iobuffer.rb updated IOBuffer impl to use native Java ByteArrayOutputStream; added test 2012-08-11 22:03:19 -07:00
test_minissl.rb Add SSL support for JRuby 2014-05-05 14:30:15 -07:00
test_null_io.rb Add NullIO#size and test 2016-02-04 22:54:21 -06:00
test_persistent.rb Use Timeout.timeout instead of Object.timeout 2016-01-14 20:45:20 -06:00
test_puma_server.rb Transfer encoding header should be downcased before comparison (#1135) 2016-11-19 06:24:29 -07:00
test_puma_server_ssl.rb Remove support for 1.8.7 and 1.9.2. 2016-09-01 23:58:15 +02:00
test_rack_handler.rb Improve required testhelp.rb path. 2016-09-21 10:39:40 +02:00
test_rack_server.rb Improve required testhelp.rb path. 2016-09-21 10:39:40 +02:00
test_tcp_logger.rb Fix warning: MiniTest::Unit::TestCase is now Minitest::Test. 2016-09-01 20:35:36 +02: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 Set worker thread name. 2016-04-28 10:28:44 -04: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 Improve required testhelp.rb path. 2016-09-21 10:39:40 +02:00
testhelp.rb Duplicated load path 2016-09-20 18:15:32 +02:00