Skip to content
This repository was archived by the owner on Jun 20, 2019. It is now read-only.

Commit 044648a

Browse files
committed
fixing graceful shutdown on Win7 and IISExpress
1 parent 66b98a1 commit 044648a

File tree

2 files changed

+489
-473
lines changed

2 files changed

+489
-473
lines changed

src/AspNetCore/Inc/serverprocess.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class SERVER_PROCESS
219219
STRU m_struFullLogFile;
220220
STTIMER m_Timer;
221221
HANDLE m_hStdoutHandle;
222-
volatile BOOL m_fStopping;
222+
volatile LONG m_lStopping;
223223
volatile BOOL m_fReady;
224224
CRITICAL_SECTION m_csLock;
225225
SOCKET m_socket;

0 commit comments

Comments
 (0)