Skip to content

http: remove `pause()`/`resume()` from parser bindings

As far as I can tell, these are effectively no-ops (http_parser_pause only sets the http_errno flag, but that isn’t read anywhere), so removing them cleans things up a tiny bit.

The corresponding regression test remains intact.

/cc @nodejs/http-parser

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