diff options
Diffstat (limited to 'zenhttp/httpsys.cpp')
| -rw-r--r-- | zenhttp/httpsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index cc56b484f..28a9f7abf 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -1256,7 +1256,7 @@ InitialRequestHandler::HandleCompletion(ULONG IoResult, ULONG_PTR NumberOfBytesT case ERROR_OPERATION_ABORTED: return nullptr; - case ERROR_MORE_DATA: // Insufficient buffer space + case ERROR_MORE_DATA: // Insufficient buffer space case NO_ERROR: break; } |