Skip to content

http: added aborted property to request

Added an aborted property to the request object. Currently, it is not possible to query whether a close event was emitted due to client side socket close without also listening to aborted.

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

Merge request reports

Loading