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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: