commit | bc9cbe28faf44195c59956c156dd0d4f960ee252 | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Mon Jun 06 23:27:11 2022 -0700 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Mon Jun 06 23:27:11 2022 -0700 |
tree | 9b3d9565b7b8f21cba1751403d4c252834e75cfc | |
parent | 4967d558c44a8a45a3a37f2e8ffe7a80bbb74659 [diff] |
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.