Replies: 1 comment
-
|
it means only one connection will be accepted, the rest rejected. that would typically be the first connection. as soon as the web-page is served with Connection: close or timeout is hit it will be available for the next client. note that modern browsers usually start at least 10 or so parallel connections to fetch the different resources. making only 1 connection available will either break the majority of websites, or make your browsing really slow. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does "MaxClients 1" means tinyproxy only serves the latest client?
Beta Was this translation helpful? Give feedback.
All reactions