1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/net
Jeremy Evans 2b6a9f3a1f 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]
2019-09-27 07:43:32 -07:00
..
http
ftp.rb Add Net::FTP#features and Net::FTP#option 2019-09-02 14:43:51 +09:00
http.rb Ignore Errno::EPIPE when sending requests in net/http 2019-09-27 07:43:32 -07:00
https.rb
imap.rb
pop.rb
protocol.rb
smtp.rb