]> git.kaiwu.me - njs.git/commit
Modules: fixed reading response body in fetch API.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 21 Jul 2022 00:49:00 +0000 (17:49 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 21 Jul 2022 00:49:00 +0000 (17:49 -0700)
commitde96bdedc507480d20b357c695a82a46adc4e1e2
treefae9c01bfc431fdc98c91667c7c6746f2b5a6c73
parentb05c7afdf63c9249bd7d9870afe94293bd842d03
Modules: fixed reading response body in fetch API.

Previously, the response body was ignored if the Content-Length was
missing.

This closes #557 issue on Github.
nginx/ngx_js_fetch.c