From 3d062ad9393e7bc22a448971799808be55372f91 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 5 Mar 2003 06:37:42 +0000 Subject: nginx-0.0.1-2003-03-05-09:37:42 import --- src/http/ngx_http_parse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/http/ngx_http_parse.c') diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c index a741f090f..49864dde5 100644 --- a/src/http/ngx_http_parse.c +++ b/src/http/ngx_http_parse.c @@ -41,6 +41,8 @@ printf("\nstate: %d, pos: %x, end: %x, char: '%c' buf: %s", /* 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) { -- cgit