Skip to content

Commit

Permalink
Remove timeout from request autoloads, since it was removed in 43343e9
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Sep 7, 2014
1 parent cf549f4 commit 76c90bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/faraday/autoload.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class Request
:UrlEncoded => 'url_encoded',
:Multipart => 'multipart',
:Retry => 'retry',
:Timeout => 'timeout',
:Authorization => 'authorization',
:BasicAuthentication => 'basic_authentication',
:TokenAuthentication => 'token_authentication',
Expand Down

0 comments on commit 76c90bf

Please sign in to comment.