diff options
| author | Stefan Boberg <[email protected]> | 2023-06-30 10:55:49 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-06-30 10:55:49 +0200 |
| commit | 912cd60c4cdfd6e0253ee1b9ed1abade09ac8b7c (patch) | |
| tree | ef0994084304dd5ce1fdd42621e36a9b34b191f7 /src/zenhttp/zenhttp.cpp | |
| parent | added zen::ChunkResolver (diff) | |
| download | zen-912cd60c4cdfd6e0253ee1b9ed1abade09ac8b7c.tar.xz zen-912cd60c4cdfd6e0253ee1b9ed1abade09ac8b7c.zip | |
various zenhttp fixes from sb/proto
* Made HttpHealthService use locks to serialize access to state
* Added ToString(HttpResponseCode HttpCode)
* Added support for JS source maps
* Moved IHttpStatsProvider/IHttpStatsService
* Enabled enumeration of stats providers
* Disabled build of HttpTestingService unless ZEN_WITH_TESTS is defined
Diffstat (limited to 'src/zenhttp/zenhttp.cpp')
| -rw-r--r-- | src/zenhttp/zenhttp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenhttp/zenhttp.cpp b/src/zenhttp/zenhttp.cpp index 4bd6a5697..3e5b387b8 100644 --- a/src/zenhttp/zenhttp.cpp +++ b/src/zenhttp/zenhttp.cpp @@ -14,6 +14,7 @@ void zenhttp_forcelinktests() { http_forcelink(); + httpclient_forcelink(); forcelink_httpshared(); } |