File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
spec . add_dependency "async" , ">= 1.25"
28
28
spec . add_dependency "async-io" , ">= 1.43.1"
29
29
spec . add_dependency "async-pool" , ">= 0.6.1"
30
- spec . add_dependency "io-endpoint" , "~> 0.9 .0"
30
+ spec . add_dependency "io-endpoint" , "~> 0.10 .0"
31
31
spec . add_dependency "io-stream" , "~> 0.3.0"
32
32
spec . add_dependency "protocol-http" , "~> 0.26.0"
33
33
spec . add_dependency "protocol-http1" , "~> 0.19.0"
Original file line number Diff line number Diff line change @@ -202,9 +202,6 @@ module HTTP
202
202
end
203
203
204
204
it "disconnects slow clients" do
205
- # We won't be able to disconnect slow clients if IO#timeout is not available:
206
- skip_unless_method_defined ( :timeout , IO )
207
-
208
205
response = client . get ( "/" )
209
206
response . read
210
207
@@ -481,8 +478,6 @@ def after
481
478
end
482
479
483
480
it "can't get /" do
484
- skip_unless_method_defined ( :timeout , IO )
485
-
486
481
expect do
487
482
client . get ( "/" )
488
483
end . to raise_exception ( ::IO ::TimeoutError )
You can’t perform that action at this time.
0 commit comments