Scott Shawcroft 9a692c3222
Exit faster on recv when TLS connection closed
When a TLS connection is closed by the server it usually sends a
notice. We see this incoming byte with lwip_ioctl and try to read
it. The read returns 0 but we keep trying anyway. Now, we quit
trying when we get zero back. If the connection was still alive
it'd either read a byte or delay until a byte could be read.
2020-11-24 18:14:22 -08:00
..
2020-05-15 15:36:16 -07:00
2020-11-06 01:42:20 +05:30
2020-10-08 00:52:00 +07:00
2020-11-24 11:44:11 +05:30
2020-11-19 15:30:15 +05:30
2020-11-08 11:12:32 +05:30
2020-09-30 11:26:07 -04:00
2020-09-30 11:26:07 -04:00
2020-05-15 15:36:16 -07:00
2020-11-08 11:18:05 +05:30
2020-11-14 11:41:14 +05:30