-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hi,
I've created a little web app. When you load the page for the first time there are 8 file loaded:
index.html
2x css files
2x js files
3x images
The browser only succeeded on 4 connections. For the other remaining requests the connection is accepted but then instantly closed before the browser could even send his request. I checked this via tcpdump.
Is there a way to limit the number of parallel connections that picoweb accepts? Instead of accepting and instantly closing the connection it would be helpful to just wait until "connection slots" are free. BTW, you don't even see the failed connections in the debug log.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels