How to adjust HPACK dynamic table?

2020-12-16 Thread Jon Carmicheal
I would like to disable the caching of headers in the dynamic table of the HTTP/2 HPACK compression algorithm described in RFC 7541. I have defined my nginx server with listen 8080 http2 ; and I've confirmed that the HPACK algorithm is working as expected with Huffman encoding, static header

Re: Thread Pool HTTP POST issue

2020-12-16 Thread Maxim Dounin
Hello! On Wed, Dec 16, 2020 at 03:34:38PM +0100, st.gabrie...@libero.it wrote: > Hi,we are doing some tests using the nginx thread pool feature. The scenario > is the following:1) the worker process register with > ngx_http_read_client_request_body fuction a handler for the request. We can > c

Thread Pool HTTP POST issue

2020-12-16 Thread st . gabrielli
Hi,we are doing some tests using the nginx thread pool feature. The scenario is the following:1) the worker process register with ngx_http_read_client_request_body fuction a handler for the request. We can call it "post_handler" 2) the worker process receive a POST bid request. The payload is a

Re: nginx: [emerg] host not found in upstream

2020-12-16 Thread Praveen Kumar K S
Hello, Thanks for the explanation. I will look into the options what we have at this point. On Tue, Dec 15, 2020 at 3:27 AM Francis Daly wrote: > On Mon, Dec 14, 2020 at 06:57:50PM +0530, Praveen Kumar K S wrote: > > Hi there, > > > 1. nginx fails to start when an upstream server is down or not