circuitpython/shared-bindings/socketpool
Scott Shawcroft 8f58669ddd
Fix bug with socket.recv_into size == 0.
It returned 0 when it should have filled the buffer.

Python reference: https://docs.python.org/3/library/socket.html#socket.socket.recv_into
2020-09-11 16:17:20 -07:00
..
Socket.c Fix bug with socket.recv_into size == 0. 2020-09-11 16:17:20 -07:00
Socket.h Add hash to Socket so it can be used in dicts 2020-08-25 16:15:45 -07:00
SocketPool.c Changes based on Dan's feedback 2020-09-03 16:32:12 -07:00
SocketPool.h Add basic error handling 2020-08-19 14:23:28 -07:00
__init__.c Remove debug prints 2020-08-19 14:23:28 -07:00
__init__.h SSL works until it runs out of memory 2020-08-19 14:23:28 -07:00