Welcome! Log In Create A New Profile

Advanced

Re: Subrequest without returning to nginx

Alfred Sawaya
May 04, 2021 11:00AM
ngx_http_internal_redirect ultimatly calls ngx_http_handler, which I
tried by calling subrequest->write_event_handler after ngx_http_request.


Actually I don't want to redirect the current request, juste do a
subrequest, collects the response status, body and headers, and continue
the processing of the module without returning to nginx.


The usual way is :

* call ngx_http_subrequest
* return NGX_AGAIN (so it stops ngx_http_core_run_phases until the
subrequest reactive the request)
* When the subrequest is completed, it reactive the main request,
which makes r->write_event_handle (ie ngx_http_core_run_phases) to
be triggered
* Get the subrequest from the main request, and process the response.


The way I am trying to achieve is :

* call ngx_http_subrequest
* wait or call some functions in order to complete the subrequest
* collects the response and continue the processing

without returning from the function that create the subrequest.


Thank you for your help


On 04/05/2021 16:35, Ranier Vilela wrote:
> Em ter., 4 de mai. de 2021 às 11:11, Alfred Sawaya <alfred@huji.fr
> <mailto:alfred@huji.fr>> escreveu:
>
> Hello,
>
>
> I am currently converting an Apache module to Nginx. This module uses
> subrequests and needs (for now) to execute the subrequest without
> unwinding the stack (ie without returning to nginx).
>
> I tried to call ngx_http_run_posted_requests by hand, but it does not
> work as the upstream socket needs to get polled some time.
>
>
> So I wonder, is there any way to do this ?
>
> You can try: ngx_http_internal_redirect
> ngx_http_internal_redirect(r, &uri, NULL);
>
> regards,
> Ranier Vilela
>
> _______________________________________________
> 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

Subrequest without returning to nginx

Alfred Sawaya 294 May 04, 2021 10:12AM

Re: Subrequest without returning to nginx

Dipl. Ing. Sergey Brester 87 May 04, 2021 10:34AM

Re: Subrequest without returning to nginx

Alfred Sawaya 87 May 04, 2021 10:50AM

Re: Subrequest without returning to nginx

Dipl. Ing. Sergey Brester 80 May 04, 2021 11:04AM

Re: Subrequest without returning to nginx

Alfred Sawaya 106 May 04, 2021 11:16AM

Re: Subrequest without returning to nginx

Ranier Vilela 101 May 04, 2021 10:36AM

Re: Subrequest without returning to nginx

Alfred Sawaya 95 May 04, 2021 11:00AM

Re: Subrequest without returning to nginx

Maxim Dounin 86 May 04, 2021 11:00AM

Re: Subrequest without returning to nginx

Alfred Sawaya 133 May 04, 2021 11:26AM



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

Online Users

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