summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2020-11-25 17:57:43 +0000
committerRoman Arutyunyan <arut@nginx.com>2020-11-25 17:57:43 +0000
commit7cfc5eb11fbfe3beb9d793dbacae70fb658d46c2 (patch)
treeb63a794cf1330bb69c0c137c0387265792fea785 /src/http/ngx_http_request.h
parent9129fb3db9e2f9899161e9573e7a19c774a0df6a (diff)
downloadnginx-7cfc5eb11fbfe3beb9d793dbacae70fb658d46c2.tar.gz
nginx-7cfc5eb11fbfe3beb9d793dbacae70fb658d46c2.tar.bz2
HTTP/3: eliminated r->method_start.
The field was introduced to ease parsing HTTP/3 requests. The change reduces diff to the default branch.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index 3d33d93d4..9a610e805 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -585,7 +585,6 @@ struct ngx_http_request_s {
u_char *args_start;
u_char *request_start;
u_char *request_end;
- u_char *method_start;
u_char *method_end;
u_char *schema_start;
u_char *schema_end;