diff options
| author | Stefan Boberg <[email protected]> | 2021-09-29 00:20:22 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-29 00:20:22 +0200 |
| commit | 479ae085db5d39c5c1b03b4154608f61a5bf54c9 (patch) | |
| tree | 6ffc011986174cff68497b00767cfebec32d801f /zenhttp/httpserver.cpp | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen (diff) | |
| download | zen-479ae085db5d39c5c1b03b4154608f61a5bf54c9.tar.xz zen-479ae085db5d39c5c1b03b4154608f61a5bf54c9.zip | |
Switch back to the right HTTP back-end
Diffstat (limited to 'zenhttp/httpserver.cpp')
| -rw-r--r-- | zenhttp/httpserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpserver.cpp b/zenhttp/httpserver.cpp index 78fc34984..8e5d61877 100644 --- a/zenhttp/httpserver.cpp +++ b/zenhttp/httpserver.cpp @@ -545,7 +545,7 @@ HttpRequestRouter::HandleRequest(zen::HttpServerRequest& Request) Ref<HttpServer> CreateHttpServer() { -#if 1 +#if 0 return new HttpUwsServer; #elif ZEN_WITH_HTTPSYS return new HttpSysServer{std::thread::hardware_concurrency()}; |