From b4f3bd982fe99201016ccd978e3699f1b76f24b4 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: Wed, 21 Mar 2012 21:44:15 +0800 Subject: [PATCH] improved the upstream_pipelining patch a bit. --- patches/nginx-1.0.11-upstream_pipelining.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/patches/nginx-1.0.11-upstream_pipelining.patch b/patches/nginx-1.0.11-upstream_pipelining.patch index 33f2b84..fbc4e8b 100644 --- a/patches/nginx-1.0.11-upstream_pipelining.patch +++ b/patches/nginx-1.0.11-upstream_pipelining.patch @@ -19,7 +19,6 @@ diff -ur nginx-1.0.11/src/http/ngx_http_upstream.c nginx-1.0.11-patched/src/http u->write_event_handler = ngx_http_upstream_dummy_handler; (void) ngx_handle_write_event(c->write, 0); -Only in nginx-1.0.11-patched/src/http: ngx_http_upstream.c~ diff -ur nginx-1.0.11/src/http/ngx_http_upstream.h nginx-1.0.11-patched/src/http/ngx_http_upstream.h --- nginx-1.0.11/src/http/ngx_http_upstream.h 2011-11-01 22:18:10.000000000 +0800 +++ nginx-1.0.11-patched/src/http/ngx_http_upstream.h 2012-03-21 21:18:21.041237173 +0800