Failed (http result: -1 socket result: -3)

What does this error mean when http.request fails?

-3 is EWOULDBLOCK. I also have a note that says:

“For Recv* and Send* function ETIMEDOUT is translated to EWOULDBLOCK”

Error code explanations can be found here: http://man7.org/linux/man-pages/man3/errno.3.html

1 Like