5 references to CANCEL
InMemory.FunctionalTests (5)
Http2\Http2ConnectionTests.cs (1)
5470await WaitForStreamErrorAsync(1, Http2ErrorCode.CANCEL, "The HTTP/2 stream was reset by the application with error code CANCEL.");
Http2\Http2TestBase.cs (4)
388resetFeature.Reset((int)Http2ErrorCode.CANCEL); 1145rstStreamFrame.PrepareRstStream(streamId, Http2ErrorCode.CANCEL); 1147BinaryPrimitives.WriteUInt32BigEndian(payload, (uint)Http2ErrorCode.CANCEL); 1157frame.PrepareRstStream(streamId, Http2ErrorCode.CANCEL);