In ngx_hkdf_expand, when use OPENSSL, the *pctx need to be free.
```
static ngx_int_t
ngx_hkdf_expand(u_char *out_key, size_t out_len, const EVP_MD *digest,
const uint8_t *prk, size_t prk_len, const u_char *info, size_t
info_len)
{
#ifdef OPENSSL_IS_BORINGSSL
if (HKDF_expand(out_key, ou
Hi Francis - Thank you for response explaining the difference in DNS
resolution behavior during
1) start - up
2) run time.
Can you please elaborate why start-up DNS resolution does not use `resolver`
directive? Just the way run time resolution does?
A follow up question -
Is it feasible to use s
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
This release focuses on extending the modules functionality.
Notable new features:
- js_body_filter directive. The directive allows changing the
response body.
: nginx.conf:
: js_import foo.js;
:
: location / {
Changes with nginx 1.19.809 Mar 2021
*) Feature: flags in the "proxy_cookie_flags" directive can now contain
variables.
*) Feature: the "proxy_protocol" parameter of the "listen" directive,
the "proxy_protocol" and "set_real_ip_from" d
On Sun, Mar 07, 2021 at 09:03:48PM -0500, allenhe wrote:
Hi there,
> So, if there is no error and the downstream/upstream didn't actively close
> the connection, the nginx won't timeout and close the tcp connection with
> the downstream or with the upstream at all? is that correct?
I don't thi
Hello!
On Tue, Mar 09, 2021 at 05:29:02AM -0500, bee.lists wrote:
> It is development. I’ve been running 1024 for over 10 years and
> now there’s a restriction on 256 workers, and I don’t know why.
> It seems to be set quite low. Given the fact this is a new
> warning, developers that have i
Hello!
On Tue, Mar 09, 2021 at 01:00:20AM -0500, klowd92 wrote:
> Hi Everyone,
>
> I am developing an nginx module.
> The module requires some background processing via thread when the server is
> running.
>
> I have written my module to use pthread.h
> I have attempted to spawn a thread during
> On 6 Mar 2021, at 17:47, Sumit Kumar wrote:
>
>
> I am trying to develop a QUIC POC as part of my master's project and the
> results gained from here are also supposed to help me build a base for QUIC
> based Nginx adoption in Cisco's Products.
>
>
>
> I am simply trying to follow the
Hi there.
It is development. I’ve been running 1024 for over 10 years and now there’s a
restriction on 256 workers, and I don’t know why. It seems to be set quite
low. Given the fact this is a new warning, developers that have increased this
setting have been wrong all this time?
I’ll take a