Skip to content

http: add reusedSocket property on client request

Set reusedSocket property when reusing socket for request, so user can handle retry base on wether the request is reusing a socket.

Refs: https://github.com/request/request/issues/3131

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