Welcome! Log In Create A New Profile

Advanced

Re: close request

August 05, 2022 12:44AM
Hello Maxim,
Interesting thing I noticed is that this alert only happens when the
received request is HTTPv2. If the received is HTTPv1.1 and with no changes
to my module, I don't see this log message. Does this suggest something?

On Tue, May 24, 2022 at 10:23 AM Maxim Dounin <mdounin@mdounin.ru> wrote:

> Hello!
>
> On Tue, May 24, 2022 at 08:04:16AM -0700, Dk Jack wrote:
>
> > I am noticing this with our modules. Although, we do not do not message
> > with any nginx reference counting etc.
> > At most, we are sending 403-forbidden for some requests. Could you
> suggest
> > some ways about debugging this?
>
> Request reference counting automatically happens in various nginx
> functions, such as ngx_http_read_client_request_body() and
> ngx_http_finalize_request(). Incorrect reference counting
> suggests that your module does something wrong: for example, calls
> ngx_http_finalize_request() when it shouldn't. Or returns an
> incorrect result from a handler, which causes
> ngx_http_finalize_request() to be called when it shouldn't.
>
> The most straightforward way to debug such problems is to enable
> debug logging and check all reference counting step-by-step for a
> request which results in the alert.
>
> --
> Maxim Dounin
> http://mdounin.ru/
> _______________________________________________
> nginx-devel mailing list -- nginx-devel@nginx.org
> To unsubscribe send an email to nginx-devel-leave@nginx.org
>
_______________________________________________
nginx-devel mailing list -- nginx-devel@nginx.org
To unsubscribe send an email to nginx-devel-leave@nginx.org
Subject Author Views Posted

close request

dnj0496 594 May 23, 2022 03:26PM

Re: close request

Maxim Dounin 207 May 23, 2022 06:40PM

Re: close request

dnj0496 211 May 24, 2022 11:06AM

Re: close request

Maxim Dounin 178 May 24, 2022 01:16PM

Re: close request

dnj0496 250 August 05, 2022 12:44AM



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

Online Users

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