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 Fix typo: duplicated the [skip-ci] 2019-08-09 16:23:49 -07:00
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 Fix up r65505 [ci skip] 2018-11-05 07:01:49 +00:00
imap.rb Support SNI (Reapplying r67488) 2019-04-15 10:52:34 +00:00
pop.rb Avoid verbose warning when using Net::POP3 with SSL 2019-06-20 10:22:01 -07:00
protocol.rb Fix keyword argument separation issues in lib 2019-08-30 12:39:31 -07:00
smtp.rb Fix documentation for Net::SMTPServerBusy 2019-06-27 16:57:19 -07:00