This commit is contained in:
jmestwa-coder 2026-06-27 23:32:12 +05:30 committed by GitHub
commit 75c2429db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3320,6 +3320,10 @@ valid:
i += sizeof(ngx_resolver_an_t);
if (len > n - i) {
goto short_response;
}
switch (type) {
case NGX_RESOLVE_PTR: