Skip to content

Commit c6ea4c1

Browse files
committed
Add keep_alive_timeout to BasicConnection stub
1 parent 6ac3e8a commit c6ea4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_net_http_persistent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def teardown
7676

7777
class BasicConnection
7878
attr_accessor :started, :finished, :address, :port, :use_ssl,
79-
:read_timeout, :open_timeout
79+
:read_timeout, :open_timeout, :keep_alive_timeout
8080
attr_accessor :ciphers, :ssl_timeout, :ssl_version,
8181
:verify_depth, :verify_mode, :cert_store,
8282
:ca_file, :ca_path, :cert, :key

0 commit comments

Comments
 (0)