Skip to content

Commit

Permalink
Merge pull request #168 from thoughtless/master
Browse files Browse the repository at this point in the history
Fix compatibility with edge em-http-request
  • Loading branch information
bblimke committed Mar 15, 2012
2 parents 3876948 + 3cbc50f commit 089ee50
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,7 @@ def build_request_signature

method = @req.method
uri = @req.uri
auth = @req.proxy[:authorization]
auth = @req.proxy[:authorization] if @req.proxy
query = @req.query

if auth
Expand Down

0 comments on commit 089ee50

Please sign in to comment.