nginx-0.0.1-2003-03-05-09:37:42 import
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index a741f09..49864dd 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c
@@ -41,6 +41,8 @@ /* HTTP methods: GET, HEAD, POST */ case sw_start: + r->request_start = p - 1; + switch (ch) { case 'G': if (p + 1 >= r->header_in->last.mem) {