]> git.kaiwu.me - njs.git/commit
HTTP: fixed r.headersOut special getters when value is absent.
authorDmitry Volyntsev <xeioex@nginx.com>
Tue, 7 Jun 2022 06:27:11 +0000 (23:27 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Tue, 7 Jun 2022 06:27:11 +0000 (23:27 -0700)
commit1186657c662a5d92d61a4c10486e98cdf5a0724e
tree9b3d9565b7b8f21cba1751403d4c252834e75cfc
parent36f04a3178fcb6da8513cc3dbf35215c2a581b3f
HTTP: fixed r.headersOut special getters when value is absent.

Previously, when Content-Encoding or Content-Length header was absent,
an exception was thrown erroneously.

This closes #537 issue on Github.
nginx/ngx_http_js_module.c