Skip to content

Commit 830b696

Browse files
authored
silence warning (#1286)
1 parent 63c33d2 commit 830b696

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/faraday/connection.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def initialize(url = nil, options = nil)
7373
@options = options.request
7474
@ssl = options.ssl
7575
@default_parallel_manager = options.parallel_manager
76+
@manual_proxy = nil
7677

7778
@builder = options.builder || begin
7879
# pass an empty block to Builder so it doesn't assume default middleware

0 commit comments

Comments
 (0)