aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-21 14:17:33 +0200
committerStefan Boberg <[email protected]>2021-09-21 14:17:33 +0200
commit30bf50a347c2da69cc2361830f9385c720ac521d (patch)
treed57b181543a0bd1330c4a8629a765cff4b182a22 /zenhttp/httpsys.cpp
parentWired up scrubbing to more higher level services (diff)
parentClang format fix. (diff)
downloadzen-30bf50a347c2da69cc2361830f9385c720ac521d.tar.xz
zen-30bf50a347c2da69cc2361830f9385c720ac521d.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp2
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;
}