From 88272c55031061a540b37d1f9d6602f29df1040f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Sat, 30 Jul 2011 09:59:43 +0800 Subject: [PATCH] fixed a typo in the patch. --- patches/nginx-1.0.4-request_body_preread_fix.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/nginx-1.0.4-request_body_preread_fix.patch b/patches/nginx-1.0.4-request_body_preread_fix.patch index f98b323..e81c5fe 100644 --- a/patches/nginx-1.0.4-request_body_preread_fix.patch +++ b/patches/nginx-1.0.4-request_body_preread_fix.patch @@ -5,8 +5,8 @@ # Parent 610e909bb9e29766188aa86fae3abe0bd3432940 Core: fix body if it's preread and there are extra data. ---- nginx-0.8.54/src/http/ngx_http_request_body.c 2011-07-05 12:11:21.619264633 +0800 -+++ nginx-0.8.54-patched/src/http/ngx_http_request_body.c 2011-07-05 12:14:30.694321554 +0800 +--- nginx-1.0.4/src/http/ngx_http_request_body.c 2011-07-05 12:11:21.619264633 +0800 ++++ nginx-1.0.4-patched/src/http/ngx_http_request_body.c 2011-07-05 12:14:30.694321554 +0800 @@ -141,6 +141,7 @@ /* the whole request body was pre-read */