Skip to content

http: client add destroy as alias to abort

ClientRequest wants to be a Writable stream. Therefore it should have a destroy method which I believe could simply be an alias to abort. For now at least...

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