From 868b9589f2a2c660e6749b89d563c241263ac722 Mon Sep 17 00:00:00 2001 From: Rich Murphey Date: Sun, 1 Dec 2019 18:11:50 -0600 Subject: [PATCH] Update server.md (#123) --- content/docs/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/server.md b/content/docs/server.md index 8bba94b..8c0c6f0 100644 --- a/content/docs/server.md +++ b/content/docs/server.md @@ -86,7 +86,7 @@ Actix can wait for requests on a keep-alive connection. {{< include-example example="server" file="keep_alive.rs" section="keep-alive" >}} -If the first option is selected, then *keep alive* state is calculated based on the +If the first option above is selected, then *keep alive* state is calculated based on the response's *connection-type*. By default `HttpResponse::connection_type` is not defined. In that case *keep alive* is defined by the request's http version.