3 references to ERROR_CONNECTION_INVALID
Microsoft.AspNetCore.Server.HttpSys (3)
AsyncAcceptContext.cs (1)
190
case (ErrorCodes.
ERROR_CONNECTION_INVALID
or ErrorCodes.ERROR_INVALID_PARAMETER) when _requestContext.RequestId != 0:
RequestProcessing\RequestContext.cs (1)
209
if (statusCode == ErrorCodes.
ERROR_CONNECTION_INVALID
)
RequestProcessing\ResponseBody.cs (1)
172
&& (!endOfRequest || (statusCode != ErrorCodes.
ERROR_CONNECTION_INVALID
&& statusCode != ErrorCodes.ERROR_INVALID_PARAMETER)))