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 targos committed May 1, 2021
1 parent 98f08c0 commit 0007598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/http.md
Expand Up @@ -1277,7 +1277,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 0007598

Please sign in to comment.