Skip to content

Commit c0cbfae

Browse files
Huachaotargos
authored andcommitted
doc: add server header into the discarded list of http message.headers
PR-URL: #29962 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent b93c8a7 commit c0cbfae

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
@@ -1701,7 +1701,7 @@ header name:
17011701
* Duplicates of `age`, `authorization`, `content-length`, `content-type`,
17021702
`etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`,
17031703
`last-modified`, `location`, `max-forwards`, `proxy-authorization`, `referer`,
1704-
`retry-after`, or `user-agent` are discarded.
1704+
`retry-after`, `server`, or `user-agent` are discarded.
17051705
* `set-cookie` is always an array. Duplicates are added to the array.
17061706
* For duplicate `cookie` headers, the values are joined together with '; '.
17071707
* For all other headers, the values are joined together with ', '.

0 commit comments

Comments
 (0)