Search found 1 match

by gian7
Mon Dec 07, 2020 2:34 pm
Forum: ESP32 boards
Topic: Socket handling with Chrome
Replies: 2
Views: 2493

Socket handling with Chrome

Hi everyone, I'm trying to make a simple http server, that should also be not blocking, allowing to handle other stuff. Using IExploer i works quite well. My problem is that Chrome, opens multiple tcp conenctions (at least 2): - on one connection it sends the actual http request - on the other one, ...