Skip to content

Commit

Permalink
improved the upstream_pipelining patch a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Mar 21, 2012
1 parent fcb85fb commit b4f3bd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion patches/nginx-1.0.11-upstream_pipelining.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4f3bd9

Please sign in to comment.