ruby/test/net
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.

0a013de42d
2021-11-04 20:44:04 +09:00
..
fixtures test/net/fixtures/Makefile: moved from test/net/imap 2019-01-02 04:18:34 +00:00
http [ruby/net-http] Reset keep_alive timer on new connection 2021-11-04 20:44:04 +09:00
protocol Add max option to TestProtocol#create_mockio 2019-06-29 17:52:57 +09:00