We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c33d2 commit 830b696Copy full SHA for 830b696
1 file changed
lib/faraday/connection.rb
@@ -73,6 +73,7 @@ def initialize(url = nil, options = nil)
73
@options = options.request
74
@ssl = options.ssl
75
@default_parallel_manager = options.parallel_manager
76
+ @manual_proxy = nil
77
78
@builder = options.builder || begin
79
# pass an empty block to Builder so it doesn't assume default middleware
0 commit comments