adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
15 stars 37 forks source link

Fix body recv when no content-length #137

Closed us3r64 closed 9 months ago

us3r64 commented 9 months ago

When there is no content-length key in the request headers, asking for bytes from the socket is going to always timeout because there is no data or shouldn't be any, since the no content-length.

Fixes #138