jdshewey (James Shewey)
- Login: jdshewey
- Registered on: 02/05/2018
- Last sign in: 02/05/2018
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/05/2018
-
07:07 PM Ruby Bug #14451 (Third Party's Issue): HTTP responses with Content-Length: 0 cause a failure
- When a web server responds with a 200 OK without a body, if read_timeout is not set to nil, a Net::Timeout exception is thrown after 60 seconds. This is because ruby is stuck looping in rbuf_fill (https://github.com/ruby/ruby/blob/814daf...