Fix monkeypatch for HTTP::Client

This commit is contained in:
Omar Roth 2019-10-26 11:43:28 -04:00
parent a1225b6d0d
commit bdeb325bad
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
3 changed files with 8 additions and 4 deletions

View file

@ -5446,7 +5446,7 @@ get "/videoplayback" do |env|
client = make_client(URI.parse(host), region)
response = HTTP::Client::Response.new(403)
response = HTTP::Client::Response.new(500)
5.times do
begin
response = client.head(url, headers)