1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

Update server.md (#123)

This commit is contained in:
Rich Murphey 2019-12-01 18:11:50 -06:00 committed by Nikolay Kim
parent e5fb02d5af
commit 868b9589f2

View File

@ -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.