commit | 6c28e75dc27d960c2631118ba5ca37a33ebe9a1d | [log] [tgz] |
---|---|---|
author | Dmitry Volyntsev <xeioex@nginx.com> | Thu Oct 14 17:16:10 2021 +0000 |
committer | Dmitry Volyntsev <xeioex@nginx.com> | Thu Oct 14 17:16:10 2021 +0000 |
tree | 4df4cca59e66864b8cb4cff51d6535bef020ae30 | |
parent | 55bd88110c7356e2c19b1720d3490e8e3e00dbfd [diff] |
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.