You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Circuitpython 8.0.0-b3 with socket reuse patch, on a picoW.
Firefox: Everything works fine.
Chrome: Socket/connection is left in a blocking state. It appears that chrome is reopening a connection in anticipation of the next request.
This is the call that is blocking, when there are no bytes to receive.
Using Circuitpython 8.0.0-b3 with socket reuse patch, on a picoW.
Firefox: Everything works fine.
Chrome: Socket/connection is left in a blocking state. It appears that chrome is reopening a connection in anticipation of the next request.
This is the call that is blocking, when there are no bytes to receive.
Adafruit_CircuitPython_HTTPServer/adafruit_httpserver.py
Line 346 in f9345f2
The text was updated successfully, but these errors were encountered: