master process

2023-08-04 Thread Yuval Abadi via nginx
Hi I am writing plugin code that read the configuration, nginx.conf, and do some periodic continues processing. In the configuration CBs, the process PID is not the MASTER, after NGINX start run he MASTER pid is other process. It seems that temporary process read the nginx.conf. and then sp

chunk body in response

2023-06-27 Thread Yuval Abadi via nginx
Hi Nginx 1.23.2 When HTTP Server replies chunk body nginx has an error 0 upstream sent invalid chunked response while reading upstream, client: 10.1.0.14, server: , request: My nginx.conf have these attribute under the server section: + proxy_http_version 1.1; + proxy_set_header Connection "";

Re: nginx_http_write_filter_module.c

2023-06-27 Thread Yuval Abadi via nginx
Thanks From: nginx on behalf of Maxim Dounin Date: Wednesday, 21 June 2023 at 19:01 To: Yuval Abadi via nginx Subject: Re: nginx_http_write_filter_module.c EXTERNAL MAIL: nginx-boun...@nginx.org Hello! On Wed, Jun 21, 2023 at 11:36:54AM +, Yuval Abadi via nginx wrote: > Nginx 1.2

nginx_http_write_filter_module.c

2023-06-21 Thread Yuval Abadi via nginx
Hi. Nginx 1.23.2 The cpi ngx_http_write_filter(ngx_http_request_t *r, ngx_chain_t *in) Loop over the request out buffers and in chain If calculate size of combined buffer to write. I add body replacement on chain. It have value, but ngx_buf_size(cl->buf); Return it have 0. Size. (l->b

RE: duplicate ports across servers in nginx.conf

2023-05-30 Thread Yuval Abadi via nginx
me? Is NGINX set the bit default_server ,on the first "ngx_http_conf_addr_t", of the first server, that read from conf file? (if no default_server was defined)? Thanks -Original Message- From: nginx On Behalf Of Francis Daly Sent: Tuesday, 30 May 2023 19:57 To: Yuval

duplicate ports across servers in nginx.conf

2023-05-29 Thread Yuval Abadi via nginx
Hi When I have 2 servers in nginx.conf with same listen port if the server have name, nginx issue warning ignore … but nit failed to load. What happens is only the first server in conf binds the socket. And worse, If no server names I did not get a warning. Only if the keyword “default ser

RE: ngx_list_free

2023-04-18 Thread Yuval Abadi via nginx
Thanks I just need list not queue, And I want to free the whole list , not one node. -Original Message- From: nginx On Behalf Of Maxim Dounin Sent: Tuesday, 18 April 2023 15:36 To: Yuval Abadi via nginx Subject: Re: ngx_list_free EXTERNAL MAIL: nginx-boun...@nginx.org Hello

ngx_list_free

2023-04-17 Thread Yuval Abadi via nginx
Hi Ngx_list_t have create api but no free_list api Why? I wrote my own free_list, is anyone else face this issue? ___ nginx mailing list nginx@nginx.org https://mailman.nginx.org/mailman/listinfo/nginx