pep (Pep Turró Mauri)
- Login: pep
- Registered on: 05/05/2015
- Last sign in: 05/19/2015
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
06/17/2015
-
03:19 PM Ruby Bug #11121: openssl ext does not handle EWOULDBLOCK
- Thanks for the feedback and apologies for the delay here - it took a while to do further testing and confirming with the 3rd party who originally hit the problem.
We couldn't reproduce this with more recent versions. 3rd party confirm...
05/05/2015
-
10:05 AM Ruby Bug #11121 (Third Party's Issue): openssl ext does not handle EWOULDBLOCK
- On Windows, non-blocking IO on sockets seems to return EWOULDBLOCK instead of EAGAIN. The openssl ruby library only handles EAGAIN, which results in EWOULDBLOCK being raised to the caller.
This was noticed while using httpclient to se...