Project

General

Profile

« Previous | Next » 

Revision 2b6a9f3a

Added by jeremyevans (Jeremy Evans) over 4 years ago

Ignore Errno::EPIPE when sending requests in net/http

An EPIPE when sending the request should be ignored. Even if you
cannot write more data, you may still be able to read the server's
response.

Fixes [Bug #14466]