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
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
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
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