Skip to content

http2: make res.req a normal property

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/getter into master

The change in https://github.com/nodejs/node/pull/36505 broke userland code that already wrote to res.req. This commit updates the res.req getter in the http2 compat layer to be a normal property.

Fixes: https://github.com/nodejs/node/issues/37705

Merge request reports

Loading