Files
Nim/tests/stdlib
alaviss c619cedd7c net: allow close() to ignore SSL failures due to disconnections (#15120)
* net: allow close() to ignore SSL failures due to disconnections

Comes with this PR is also a SIGPIPE handling contraption.

* net: don't do selectSigpipe() on macOS

macOS sockets have SO_NOSIGPIPE set, so an EPIPE doesn't necessary mean
that a SIGPIPE happened.

* net: fix alreadyBlocked logic

* net: WSAESHUTDOWN is also a disconnection error
2020-08-01 21:27:55 +02:00
..
2020-04-28 19:56:01 +02:00
2020-07-29 16:18:27 +02:00
2020-03-23 15:47:10 +01:00
2020-04-03 09:03:13 +02:00
2020-03-30 13:18:12 +02:00
2020-04-15 20:11:18 +02:00
2020-03-06 18:38:56 +00:00
2018-11-27 10:34:34 +01:00
2018-11-23 11:58:31 +01:00
2018-10-12 17:27:47 +02:00
2019-05-16 21:06:04 +02:00
2020-06-15 10:57:34 +02:00
2020-07-18 10:41:33 +02:00
2017-05-04 22:25:29 +02:00
2018-11-23 11:58:29 +01:00
2019-01-14 12:36:34 +01:00
2018-12-11 21:23:21 +01:00
2020-03-30 13:18:12 +02:00
2018-10-28 13:35:30 +01:00
2020-07-12 03:31:03 -04:00
2018-04-30 11:16:56 +02:00