1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
puma--puma/test
Samuel Williams a63c0faf33
Add support for streaming bodies. (#2740)
* Add support for streaming bodies.

* Added a test

Co-authored-by: Nate Berkopec <nate.berkopec@gmail.com>
2022-01-29 10:15:36 -07:00
..
bundle_app_config_test
bundle_preservation_test
config Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
helpers Add worker_check_interval configuration option (#2759) 2021-12-11 14:58:05 -07:00
minitest
rackup
worker_gem_independence_test
helper.rb tests: add TEST_CASE_TIMEOUT (#2765) 2021-12-11 14:59:49 -07:00
test_app_status.rb
test_binder.rb Allow backlog parameter to be set with ssl_bind DSL (#2780) 2022-01-01 16:11:22 -06:00
test_busy_worker.rb Extract calls to purge_interrupt_queue (#2716) 2021-10-01 14:11:15 -06:00
test_cli.rb Adds a --silent option to the CLI (#2803) 2022-01-19 09:31:46 -07:00
test_config.rb Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
test_error_logger.rb
test_events.rb
test_http10.rb
test_http11.rb test_http11: make Digestuse thread-safe (#2744) 2021-11-02 16:52:39 -05:00
test_integration_cluster.rb In fork_worker mode, worker_culling_strategy "oldest" shouldn't cull worker 0 (#2794) 2022-01-10 06:26:40 -07:00
test_integration_pumactl.rb [CI] Update actions, fix intermittent test error (#2801) 2022-01-17 09:07:57 -06:00
test_integration_single.rb Try to fix intermittent CI issues (#2739) 2021-10-31 12:06:58 +01:00
test_integration_ssl.rb Support localhost integration in ssl_bind (#2764) 2022-01-18 11:37:28 -07:00
test_integration_systemd.rb
test_iobuffer.rb
test_json_serialization.rb
test_launcher.rb Add worker_check_interval configuration option (#2759) 2021-12-11 14:58:05 -07:00
test_minissl.rb Support for cert_pem and key_pem with ssl_bind DSL (#2728) 2021-10-31 14:59:21 +01:00
test_null_io.rb
test_out_of_band_server.rb Extract calls to purge_interrupt_queue (#2716) 2021-10-01 14:11:15 -06:00
test_persistent.rb
test_plugin.rb
test_preserve_bundler_env.rb [CI] Fix intermittent integration test failures/errors (#2751) 2021-12-10 12:56:39 -07:00
test_puma_localhost_authority.rb
test_puma_server.rb Add support for streaming bodies. (#2740) 2022-01-29 10:15:36 -07:00
test_puma_server_ssl.rb Fix warning from Ruby master (will be 3.2.0) (#2785) 2022-01-02 08:52:17 -06:00
test_pumactl.rb [CI] Remove the t3-pid file after tests 2021-12-14 09:06:36 -06:00
test_rack_handler.rb
test_rack_server.rb
test_redirect_io.rb
test_response_header.rb Revert "Always send lowlevel_error response to client (#2731)" (#2809) 2022-01-26 16:45:54 -07:00
test_state_file.rb Fix Puma::StateFile#load returns empty string instead of nil (#2810) 2022-01-27 08:16:01 -06:00
test_thread_pool.rb Allow backlog parameter to be set with ssl_bind DSL (#2780) 2022-01-01 16:11:22 -06:00
test_unix_socket.rb
test_web_server.rb
test_worker_gem_independence.rb