troublegum / micropyserver

MicroPyServer is a simple HTTP server for MicroPython projects.
MIT License
126 stars 33 forks source link

Cannot access the http service #11

Open fox0001 opened 1 year ago

fox0001 commented 1 year ago

I use ESP32-C3 to run a simple http service. But after a client connected, others can not access. Should I close the connection after respone the whole html?

ghost commented 1 year ago

I have the same problem, using the Chrome browser the connection is blocked for other browsers. It seems that the connection remains open, not allowing access to others. With Firefox, the connection is free for other browsers. I tried putting in the header "Connection: close" but it didn't work.