Welcome! Log In Create A New Profile

Advanced

Re: abort_request callback of ngx_http_upstream_s

November 15, 2011 07:35PM
I have made this patch, but not sure if it is correct.

diff -u nginx-1.0.6/src/http/ngx_http_upstream.c nginx-1.0.6_/src/http/ngx_http_upstream.c
--- nginx-1.0.6/src/http/ngx_http_upstream.c 2011-08-29 05:56:09.000000000 -0700
+++ nginx-1.0.6_/src/http/ngx_http_upstream.c 2011-11-11 02:17:36.000000000 -0800
@@ -1048,6 +1048,8 @@
ev->eof = 1;
c->error = 1;

+ u->abort_request(r);
+
if (!u->cacheable && u->peer.connection) {
ngx_log_error(NGX_LOG_INFO, ev->log, err,
"client closed prematurely connection, "
Subject Author Posted

abort_request callback of ngx_http_upstream_s

artemg November 15, 2011 05:54PM

Re: abort_request callback of ngx_http_upstream_s

artemg November 15, 2011 07:35PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 266
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready