mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix spelling errors found by codespell. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1873985 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -156,7 +156,7 @@ apr_status_t h2_request_end_headers(h2_request *req, apr_pool_t *pool, int eos,
|
||||
|
||||
/* rfc7540, ch. 8.1.2.3:
|
||||
* - if we have :authority, it overrides any Host header
|
||||
* - :authority MUST be ommited when converting h1->h2, so we
|
||||
* - :authority MUST be omitted when converting h1->h2, so we
|
||||
* might get a stream without, but then Host needs to be there */
|
||||
if (!req->authority) {
|
||||
const char *host = apr_table_get(req->headers, "Host");
|
||||
|
Reference in New Issue
Block a user