Welcome! Log In Create A New Profile

Advanced

Re: [nginx] Fixed ngx_http_test_reading() to finalize request properly.

September 27, 2013 12:08PM
I know this patch was made for 1.5.x however I patched our 1.4.x build
(internal modules are in the process of being upgraded currently). However
I am still getting 000 in the logs. I am currently crawling the change logs
for similar patches.

Any chance you can remember any similar issue being resolved in the 1.5.x
branch?

Thanks,
Mathew


On Thu, Jul 25, 2013 at 9:28 PM, Maxim Dounin <mdounin@mdounin.ru> wrote:

> details: http://hg.nginx.org/nginx/rev/aadfadd5af2b
> branches:
> changeset: 5289:aadfadd5af2b
> user: Maxim Dounin <mdounin@mdounin.ru>
> date: Fri Jun 14 20:56:07 2013 +0400
> description:
> Fixed ngx_http_test_reading() to finalize request properly.
>
> Previous code called ngx_http_finalize_request() with rc = 0. This is
> ok if a response status was already set, but resulted in "000" being
> logged if it wasn't. In particular this happened with limit_req
> if a connection was prematurely closed during limit_req delay.
>
> diffstat:
>
> src/http/ngx_http_request.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diffs (12 lines):
>
> diff --git a/src/http/ngx_http_request.c b/src/http/ngx_http_request.c
> --- a/src/http/ngx_http_request.c
> +++ b/src/http/ngx_http_request.c
> @@ -2733,7 +2733,7 @@ closed:
> ngx_log_error(NGX_LOG_INFO, c->log, err,
> "client prematurely closed connection");
>
> - ngx_http_finalize_request(r, 0);
> + ngx_http_finalize_request(r, NGX_HTTP_CLIENT_CLOSED_REQUEST);
> }
>
>
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel
>
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Fixed ngx_http_test_reading() to finalize request properly.

Maxim Dounin 1164 July 25, 2013 08:00AM

Re: [nginx] Fixed ngx_http_test_reading() to finalize request properly.

splitice 745 September 27, 2013 12:08PM

Re: [nginx] Fixed ngx_http_test_reading() to finalize request properly.

Maxim Dounin 431 September 28, 2013 07:36AM

Re: [nginx] Fixed ngx_http_test_reading() to finalize request properly.

splitice 845 September 28, 2013 10:36AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 322
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