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-11-19 15:04:52 +01:00
2020-11-13 18:57:52 -08:00
2020-11-23 22:56:38 -08:00
2020-11-19 16:15:06 -06:00