Skip to content

Commit

Permalink
Merge pull request #117 from nateberkopec/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ncr authored Aug 31, 2023
2 parents ce04ba5 + 338d840 commit 8a2dc0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rack/proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ def perform_request(env)

backend = env.delete('rack.backend') || @backend || source_request
use_ssl = backend.scheme == "https" || @cert
ssl_verify_none = (env.delete('rack.ssl_verify_none') || @ssl_verify_none) == true
read_timeout = env.delete('http.read_timeout') || @read_timeout

# Create the response
Expand Down

0 comments on commit 8a2dc0a

Please sign in to comment.