mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-10 00:03:00 -05:00
disable h2 upgrade test for 2.3
This commit is contained in:
parent
c2131c8e41
commit
a076da6549
@ -29,7 +29,7 @@ module Requests
|
|||||||
assert response2.version == "2.0", "second request should already be in HTTP/2"
|
assert response2.version == "2.0", "second request should already be in HTTP/2"
|
||||||
response2.close
|
response2.close
|
||||||
end
|
end
|
||||||
end unless RUBY_ENGINE == "jruby"
|
end unless RUBY_ENGINE == "jruby" || RUBY_VERSION.start_with?("2.3")
|
||||||
|
|
||||||
def test_plugin_upgrade_websockets
|
def test_plugin_upgrade_websockets
|
||||||
return unless origin.start_with?("http://")
|
return unless origin.start_with?("http://")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user