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