Closed
Description
Upgrading to 12.2.0 broke several http calls with a parse error HPE_INVALID_HEADER_TOKEN
, all requests were working fine with version 11.10.0 I had before the upgrade.
I tried http-parser-js library to patch http but I still get the same issue
process.binding('http_parser').HTTPParser = require('http-parser-js').HTTPParser;