7 references to Http2StreamErrorLessDataThanLength
InMemory.FunctionalTests (6)
Http2\Http2StreamTests.cs (6)
1104
await WaitForStreamErrorAsync(1, Http2ErrorCode.PROTOCOL_ERROR, CoreStrings.
Http2StreamErrorLessDataThanLength
);
1129
await WaitForStreamErrorAsync(1, Http2ErrorCode.PROTOCOL_ERROR, CoreStrings.
Http2StreamErrorLessDataThanLength
);
1193
await WaitForStreamErrorAsync(1, Http2ErrorCode.PROTOCOL_ERROR, CoreStrings.
Http2StreamErrorLessDataThanLength
);
1197
var expectedError = new Http2StreamErrorException(1, CoreStrings.
Http2StreamErrorLessDataThanLength
, Http2ErrorCode.PROTOCOL_ERROR);
1265
await WaitForStreamErrorAsync(1, Http2ErrorCode.PROTOCOL_ERROR, CoreStrings.
Http2StreamErrorLessDataThanLength
);
1269
var expectedError = new Http2StreamErrorException(1, CoreStrings.
Http2StreamErrorLessDataThanLength
, Http2ErrorCode.PROTOCOL_ERROR);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
540
throw new Http2StreamErrorException(StreamId, CoreStrings.
Http2StreamErrorLessDataThanLength
, Http2ErrorCode.PROTOCOL_ERROR);