5 references to GOAWAY
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (1)
697
Http2FrameType.
GOAWAY
=> ProcessGoAwayFrameAsync(),
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
54
case Http2FrameType.
GOAWAY
:
src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs (1)
24
Type = Http2FrameType.
GOAWAY
;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
152
case Http2FrameType.
GOAWAY
:
209
case Http2FrameType.
GOAWAY
: