Skip to content

Commit 18de419

Browse files
committed
DOC: config: Fix a typo in "1.3.1. The Request line"
At the beginning of the last paragraph of this section, HTTP/3 was used instead of HTTP/2. It is not fixed.
1 parent 3af2d91 commit 18de419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ on the server. The part after the question mark is called the "query string".
423423
It is mostly used with GET requests sent to dynamic scripts and is very
424424
specific to the language, framework or application in use.
425425

426-
HTTP/3 and HTTP/3 do not convey a version information with the request, so the
426+
HTTP/2 and HTTP/3 do not convey a version information with the request, so the
427427
version is assumed to be the same as the one of the underlying protocol (i.e.
428428
"HTTP/2"). In addition, these protocols do not send a request line as one part,
429429
but split it into individual fields called "pseudo-headers", whose name start

0 commit comments

Comments
 (0)