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