5 references to KeepAlive
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1MessageBody.cs (1)
138
keepAlive = keepAlive || (connectionOptions & ConnectionOptions.
KeepAlive
) != 0;
Internal\Http\HttpHeaders.cs (3)
348
return ConnectionOptions.
KeepAlive
;
401
potentialConnectionOptions = ConnectionOptions.
KeepAlive
;
486
else if (connectionOptions == ConnectionOptions.
KeepAlive
)
Internal\Http\HttpProtocol.cs (1)
1147
(HttpHeaders.ParseConnection(responseHeaders) & ConnectionOptions.
KeepAlive
) == 0)