]> git.kaiwu.me - njs.git/commit
Modules: fixed Respose.headers getter in fetch API.
authorDmitry Volyntsev <xeioex@nginx.com>
Thu, 14 Oct 2021 17:16:10 +0000 (17:16 +0000)
committerDmitry Volyntsev <xeioex@nginx.com>
Thu, 14 Oct 2021 17:16:10 +0000 (17:16 +0000)
commitbb5391b7584825b5f9544f2d866582815c523801
tree4df4cca59e66864b8cb4cff51d6535bef020ae30
parent7e925fa3122342dbcc8d27fb122a321b47938838
Modules: fixed Respose.headers getter in fetch API.

The issue manifested itself when Response object is dumped using
JSON.stringify() or njs.dump().  The Response headers were dumped
as "null" values.
nginx/ngx_js_fetch.c