Skip to content

Commit e373cb5

Browse files
committed
doc: fix typo in http.md
`closed` -> `close`.
1 parent 453bb6b commit e373cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ before closing keep alive connection.
13641364

13651365
A value of `null` will disable the limit.
13661366

1367-
When limit is reach it will set `Connection` header value to `closed`,
1367+
When limit is reach it will set `Connection` header value to `close`,
13681368
but will not actually close the connection, subsequent requests sent
13691369
after the limit is reached will get `503 Service Unavailable` as a response.
13701370

0 commit comments

Comments
 (0)