krishan (Kristian Hanekamp)
- Login: krishan
- Email: kris.hanekamp@gmail.com
- Registered on: 11/09/2015
- Last sign in: 11/09/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/09/2015
-
04:26 PM Ruby Bug #11671 (Closed): Net::HTTP uses closed keep-alive connection, causing EOFError
- Most HTTP servers close idle keep-alive connections after a timeout. For the client, this leads to the TCP socket reaching End-Of-File (EOF). Currently, `Net::HTTP` does not check for EOF before reusing a keep-alive connection, causing ...