5 references to Http2StreamErrorMoreDataThanLength
InMemory.FunctionalTests (4)
Http2\Http2StreamTests.cs (4)
1158
await WaitForStreamErrorAsync(1, Http2ErrorCode.PROTOCOL_ERROR, CoreStrings.
Http2StreamErrorMoreDataThanLength
);
1162
var expectedError = new Http2StreamErrorException(1, CoreStrings.
Http2StreamErrorMoreDataThanLength
, Http2ErrorCode.PROTOCOL_ERROR);
1229
await WaitForStreamErrorAsync(1, Http2ErrorCode.PROTOCOL_ERROR, CoreStrings.
Http2StreamErrorMoreDataThanLength
);
1233
var expectedError = new Http2StreamErrorException(1, CoreStrings.
Http2StreamErrorMoreDataThanLength
, Http2ErrorCode.PROTOCOL_ERROR);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2Stream.cs (1)
495
throw new Http2StreamErrorException(StreamId, CoreStrings.
Http2StreamErrorMoreDataThanLength
, Http2ErrorCode.PROTOCOL_ERROR);