Upstream response time populated even when upstream connection timed out.

2024-02-09 Thread Sambhav Gupta via nginx-devel
Hi Nginx experts, I have noticed that upstream response time is populated to a non-zero and non-negative value in Nginx even when upstream connection times out. This is not true with other values like upstream connect time and upstream header time. Is this intentional ? Get Outlook for Andr

Nginx allocates directive names from cycle pool

2024-09-10 Thread Sambhav Gupta via nginx-devel
Hi Nginx experts, While reviewing the Nginx source code, I noticed that during the conf file parsing, directive names are allocated from the cycle pool. For instance: ssl_certificate /path/to/cert/file; It makes sense to allocate the directive's argument (e.g., the file path) from a pool that p