adafruit / Adafruit_CircuitPython_Wiznet5k

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

WSGI server recv with no content-length key headers #138

Closed us3r64 closed 8 months ago

us3r64 commented 8 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 any, since the no content-length.

Fix: https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/137