Skip to content

Commit

Permalink
Merge pull request bblimke#192 from chatgris/em-http-proxy
Browse files Browse the repository at this point in the history
Fix EventMachine::HttpRequest on proxy method.
  • Loading branch information
bblimke committed Jul 23, 2012
2 parents 4dbc51d + 5676de8 commit bca9e74
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -156,7 +156,7 @@ def build_request_signature

method = @req.method
uri = @req.uri.clone
auth = @req.proxy[:authorization] if @req.proxy
auth = @req.headers[:'proxy-authorization']
query = @req.query

if auth
Expand Down

0 comments on commit bca9e74

Please sign in to comment.