aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.h
diff options
context:
space:
mode:
authorZousar Shaker <[email protected]>2021-11-29 23:27:18 -0700
committerZousar Shaker <[email protected]>2021-11-29 23:27:18 -0700
commit25c2eec10f64d22ee64a84a6bfb34e7933443c79 (patch)
treecd9885775cce66009a9c65116e2053140e9c5485 /zenhttp/httpsys.h
parentDisable forced elevation for zenserver.exe. (diff)
downloadzen-25c2eec10f64d22ee64a84a6bfb34e7933443c79.tar.xz
zen-25c2eec10f64d22ee64a84a6bfb34e7933443c79.zip
Address review feedback and fix issue when deploying.
Diffstat (limited to 'zenhttp/httpsys.h')
-rw-r--r--zenhttp/httpsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h
index c00a041dc..7df8fba8f 100644
--- a/zenhttp/httpsys.h
+++ b/zenhttp/httpsys.h
@@ -80,7 +80,7 @@ private:
HTTP_URL_GROUP_ID m_HttpUrlGroupId = 0;
HANDLE m_RequestQueueHandle = 0;
std::atomic_int32_t m_PendingRequests{0};
- std::atomic<int32_t> m_IsShuttingDown{0};
+ std::atomic_int32_t m_IsShuttingDown{0};
int32_t m_MinPendingRequests = 16;
int32_t m_MaxPendingRequests = 128;
Event m_ShutdownEvent;