Commit 677ed96
Check SetFileCompletionNotificationModes return in port relay AcceptThread
THROW_IF_WIN32_BOOL_FALSE on the SetFileCompletionNotificationModes
call in the port relay AcceptThread. This API is required for the
IOCP accept loop to work correctly - if it fails, synchronous
AcceptEx completions would still queue IOCP packets causing
double-processing.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent c5e6526 commit 677ed96
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
679 | | - | |
| 679 | + | |
| 680 | + | |
680 | 681 | | |
681 | 682 | | |
682 | 683 | | |
| |||
0 commit comments