| Age | Commit message (Collapse) | Author |
|
Built-in time out didn't work for some reason
|
|
Allow 32768 total connections (although, more could be allowed)
Allow 64 connections at once
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use semaphore to limit core usage slightly (maybe)
Also changed default configs a bit
|
|
Thread list was not cleared, so it was accumulating a ton of dead threads, now it should be fixed, as each thread removes itself at the end of request
Added limit to how much data the client can send, as currently client data streams are unsupported
Do minor renaming and allow to switch between HTTP and HTTPs
|
|
|
|
Instead of sending full files, and therefore storing them in ram (which is not always possible), send data in chunks of 64KiB
|