Skip to content

Commit

Permalink
remove timeout middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 28, 2011
1 parent a928ee5 commit 43343e9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 53 deletions.
3 changes: 1 addition & 2 deletions lib/faraday/request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class Request < Struct.new(:path, :params, :headers, :body, :options)
:json => :JSON,
:url_encoded => :UrlEncoded,
:multipart => :Multipart,
:retry => :Retry,
:timeout => :Timeout
:retry => :Retry

attr_reader :method

Expand Down
31 changes: 0 additions & 31 deletions lib/faraday/request/timeout.rb

This file was deleted.

20 changes: 0 additions & 20 deletions test/middleware/timeout_test.rb

This file was deleted.

0 comments on commit 43343e9

Please sign in to comment.