diff options
| author | Stefan Boberg <[email protected]> | 2021-09-10 22:06:12 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-10 22:06:12 +0200 |
| commit | 7efd2e6fe9d0a4b8afd0ddb7674af2d87abe9aaa (patch) | |
| tree | 4c251029a1533faa6b8cc233a603fc804a4c03e4 /zenhttp/httpserver.cpp | |
| parent | Added warning disable for latest uWS (diff) | |
| download | zen-7efd2e6fe9d0a4b8afd0ddb7674af2d87abe9aaa.tar.xz zen-7efd2e6fe9d0a4b8afd0ddb7674af2d87abe9aaa.zip | |
Tweaked back default to http.sys
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 73345ac7e..1012a16d3 100644 --- a/zenhttp/httpserver.cpp +++ b/zenhttp/httpserver.cpp @@ -384,7 +384,7 @@ HttpRequestRouter::HandleRequest(zen::HttpServerRequest& Request) Ref<HttpServer> CreateHttpServer() { -#if 1 +#if 0 return new HttpUwsServer; #elif ZEN_WITH_HTTPSYS return new HttpSysServer{32}; |