Skip to content

Commit

Permalink
doc: fix typo in http.server.requestTimout docs
Browse files Browse the repository at this point in the history
PR-URL: #36987
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
alexbs authored and ruyadorno committed Jan 25, 2021
1 parent d549985 commit 4d5273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -1288,7 +1288,7 @@ the client.
If the timeout expires, the server responds with status 408 without
forwarding the request to the request listener and then closes the connection.

It must be set to a non-zero value (e.g. 120 seconds) to proctect against
It must be set to a non-zero value (e.g. 120 seconds) to protect against
potential Denial-of-Service attacks in case the server is deployed without a
reverse proxy in front.

Expand Down

0 comments on commit 4d5273b

Please sign in to comment.