circuitpython/ports/esp32s2/common-hal/socketpool
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
..
__init__.c Changes based on Dan's feedback 2020-09-03 16:32:12 -07:00
__init__.h SocketPool stubbed out 2020-08-19 14:22:13 -07:00
Socket.c Exit faster on recv when TLS connection closed 2020-11-24 18:14:22 -08:00
Socket.h Remove logging from shared-bindings, fix translations, revert config target macro 2020-10-06 13:29:12 -04:00
SocketPool.c Change submodule, rework all includes 2020-09-30 11:26:07 -04:00
SocketPool.h HTTP works with my adafruit_requests 2020-08-19 14:23:18 -07:00