summaryrefslogtreecommitdiff
path: root/www/nginx-devel/files/patch-0.8.11.1
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx-devel/files/patch-0.8.11.1')
-rw-r--r--www/nginx-devel/files/patch-0.8.11.113
1 files changed, 0 insertions, 13 deletions
diff --git a/www/nginx-devel/files/patch-0.8.11.1 b/www/nginx-devel/files/patch-0.8.11.1
deleted file mode 100644
index ad7d4b4475a0..000000000000
--- a/www/nginx-devel/files/patch-0.8.11.1
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: src/http/modules/ngx_http_memcached_module.c
-===================================================================
---- src/http/modules/ngx_http_memcached_module.c (revision 2379)
-+++ src/http/modules/ngx_http_memcached_module.c (working copy)
-@@ -211,6 +211,8 @@
- u->input_filter = ngx_http_memcached_filter;
- u->input_filter_ctx = ctx;
-
-+ r->main->count++;
-+
- ngx_http_upstream_init(r);
-
- return NGX_DONE;