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