4 references to InvalidWindowUpdateSize
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Connection.cs (2)
1147
throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorWindowUpdateIncrementZero, Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.
InvalidWindowUpdateSize
);
1154
throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorWindowUpdateSizeInvalid, Http2ErrorCode.FLOW_CONTROL_ERROR, ConnectionEndReason.
InvalidWindowUpdateSize
);
Internal\Http2\Http2FrameWriter.cs (1)
352
const ConnectionEndReason reason = ConnectionEndReason.
InvalidWindowUpdateSize
;
Internal\Infrastructure\KestrelMetrics.cs (1)
489
ConnectionEndReason.
InvalidWindowUpdateSize
=> "invalid_window_update_size",