thomas07vt (John Thomas)
- Login: thomas07vt
- Email: thomas07vt@gmail.com
- Registered on: 10/10/2014
- Last sign in: 10/11/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
10/11/2014
-
07:49 AM Ruby Bug #10367: Net::HTTP read_timeout value behaves unexpectedly.
- This should be assigned to NARUSE, Yui (naruse) it looks like.
-
07:47 AM Ruby Bug #10367 (Rejected): Net::HTTP read_timeout value behaves unexpectedly.
- I would think that the expected behavior of the Net::HTTP.new().read_timeout property be that if that timeout was hit during a request, a Net::ReadTimeout exception would be thrown, and the request would be killed. Currently, however, wh...