Merged branch 'jetty-10.0.x' into 'jetty-11.0.x'.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-06-04 16:36:12 +02:00
commit d96588efd9
1 changed files with 1 additions and 3 deletions

View File

@ -152,9 +152,7 @@ import static java.lang.invoke.MethodType.methodType;
*
* <tr>
* <td valign="top">%H</td>
* <td>Returns the name and version of the protocol the request uses in the form
* protocol/majorVersion.minorVersion, for example, HTTP/1.1. For HTTP servlets,
* the value returned is the same as the value of the CGI variable SERVER_PROTOCOL.</td>
* <td>The name and version of the request protocol, such as "HTTP/1.1".</td>
* </tr>
*
* <tr>