5 references to VerifyGoAway
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
Http2Tests.cs (4)
382
Http2Utilities.
VerifyGoAway
(goAwayFrame, int.MaxValue, Http2ErrorCode.NO_ERROR);
421
Http2Utilities.
VerifyGoAway
(goAwayFrame, int.MaxValue, Http2ErrorCode.NO_ERROR);
461
Http2Utilities.
VerifyGoAway
(goAwayFrame, int.MaxValue, Http2ErrorCode.NO_ERROR);
496
Http2Utilities.
VerifyGoAway
(goAwayFrame, streamId, Http2ErrorCode.NO_ERROR);
src\Shared\Http2cat\Http2Utilities.cs (1)
961
VerifyGoAway
(frame, expectedLastStreamId, expectedErrorCode);