File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def offline?
145145 attr_reader :feature_store
146146
147147
148- # The proxy configuration
148+ # The proxy configuration string
149149 #
150150 attr_reader :proxy
151151
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def start
3333 'Authorization' => @sdk_key ,
3434 'User-Agent' => 'RubyClient/' + LaunchDarkly ::VERSION
3535 }
36- opts = { :headers => headers , :with_credentials => true }
36+ opts = { :headers => headers , :with_credentials => true , :proxy => @config . proxy }
3737 @es = Celluloid ::EventSource . new ( @config . stream_uri + "/flags" , opts ) do |conn |
3838 conn . on ( PUT ) { |message | process_message ( message , PUT ) }
3939 conn . on ( PATCH ) { |message | process_message ( message , PATCH ) }
You can’t perform that action at this time.
0 commit comments