aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpsys.h
Commit message (Collapse)AuthorAgeFilesLines
* added new I/O thread pool implementationStefan Boberg2026-02-201-0/+1
| | | | | | the new variant manages a dynamically growing/shrinking set of threads manually instead of relying on the built-in Windows thread pool the benefit of this is that we're in charge of setup and teardown so can make better guarantees about lifetimes of threads which can help with shutdown issues
* option for zenserver - `--http-forceloopback` (#516)Dan Engelbrecht2023-11-091-0/+1
| | | | * New option for zenserver - `--http-forceloopback` which forces opening of the server http server using loopback (local) connection (UE-199776) * add fallback to local connection for asio if we get access denied on public port
* restructured zenhttp (#472)Stefan Boberg2023-10-131-0/+28
separating the http server implementations into a directory and moved diagsvcs into zenserver since it's somewhat hard-coded for it