1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/net/http
Kazuki Yamaguchi 5f2c4e344d [ruby/net-http] Reset keep_alive timer on new connection
The last_communicated timestamp is for HTTP persistent connection, to
decide whether the current TCP connection may be reused for the
subsequent requests or not. Naturally, the timer must be reset if the
connection is recreated since it is no longer relevant.

https://github.com/ruby/net-http/commit/0a013de42d
2021-11-04 20:44:04 +09:00
..
test_buffered_io.rb
test_http.rb [ruby/net-http] Reset keep_alive timer on new connection 2021-11-04 20:44:04 +09:00
test_http_request.rb
test_httpheader.rb
test_httpresponse.rb [ruby/net-http] Use omit instead of skip for test-unit 2021-09-11 10:25:34 +09:00
test_httpresponses.rb
test_https.rb
test_https_proxy.rb
utils.rb