summaryrefslogtreecommitdiff
path: root/www/tengine/files/extra-patch-ngx_http_notice_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/tengine/files/extra-patch-ngx_http_notice_module.c')
-rw-r--r--www/tengine/files/extra-patch-ngx_http_notice_module.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/www/tengine/files/extra-patch-ngx_http_notice_module.c b/www/tengine/files/extra-patch-ngx_http_notice_module.c
deleted file mode 100644
index d62135ed6f9c..000000000000
--- a/www/tengine/files/extra-patch-ngx_http_notice_module.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../nginx-notice-3c95966/ngx_http_notice_module.c.orig 2009-07-16 18:37:57.000000000 +0200
-+++ ../nginx-notice-3c95966/ngx_http_notice_module.c 2009-07-16 08:09:38.000000000 +0200
-@@ -153,7 +153,7 @@
- return NGX_HTTP_NOT_ALLOWED;
- }
-
-- rc = ngx_http_discard_body(r);
-+ rc = ngx_http_discard_request_body(r);
-
- if (rc != NGX_OK && rc != NGX_AGAIN) {
- return rc;