Skip to content

Commit 4d5273b

Browse files
alexbsruyadorno
authored andcommitted
doc: fix typo in http.server.requestTimout docs
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>
1 parent d549985 commit 4d5273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1288,7 +1288,7 @@ the client.
12881288
If the timeout expires, the server responds with status 408 without
12891289
forwarding the request to the request listener and then closes the connection.
12901290

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

0 commit comments

Comments
 (0)