Skip to content

test: replace HTTPPARSER by new resource names

The async resource HTTPPARSER has been replaced by HTTPINCOMINGMESSAGE and HTTPCLIENTREQUEST but some tests have not been adapted.

As test test-graph.http.js has not failed even it asserted on HTTPPARSER I improved verify-graph and adapted the asserts in test-graph.tls-write which failed because of the stricter check.

Refs: https://github.com/nodejs/node/pull/25094

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading