circuitpython/shared-bindings
Jeff Epler 508c80da8d
socketpool: add sendall
The standard Python 'fix' for 'send()' returning prematurely is to
use the 'sendall()' method instead. However, this method was not
available.  adafruit_httpserver will probably need to code a version
of it for older versions or for Airlift, but when it's available
this code works (Tested on picow sending 8192 bytes) and may be more
efficient.

(implementing 'sendall' in python should take care to slice a memoryview
rather than the original buffer)
2022-10-17 19:42:09 -05:00
..
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-10-03 21:56:11 -04:00
2022-10-13 09:53:33 +05:30
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-10-03 13:09:40 +01:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-10-06 13:18:19 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-10-17 19:42:09 -05:00
2022-10-13 09:53:33 +05:30
2022-09-30 11:18:13 -05:00
2022-10-04 08:28:48 +05:30
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-09-30 11:18:13 -05:00
2022-05-27 12:59:54 -07:00