https://github.com/etaque/faraday-redirect-bug
https://github.com/etaque/faraday-redirect-bug
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/etaque/faraday-redirect-bug
- Owner: etaque
- Created: 2012-05-24T07:58:41.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-07T08:39:15.000Z (about 14 years ago)
- Last Synced: 2024-05-09T13:37:30.610Z (about 2 years ago)
- Language: Ruby
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Timeout bug on follow_redirect + multipart.
run app.rb (Sinatra app) then client.rb -> timeout error.
No timeout if you comment :follow_redirects or :multipart middleware usage.
## Zeke's Notes
* Use Bundler to specify the version of each library used.
### Usage
```
bundle install
bundle exec ruby client.rb
# Running tests:
.
Finished tests in 0.040260s, 24.8385 tests/s, 24.8385 assertions/s.
1 tests, 1 assertions, 0 failures, 0 errors, 0 skips
```