Skip to content

http: add reusedSocket property on client request - #29713

Closed
themez wants to merge 1 commit into
nodejs:masterfrom
themez:mark-req-reused-socket
Closed

http: add reusedSocket property on client request#29713
themez wants to merge 1 commit into
nodejs:masterfrom
themez:mark-req-reused-socket

Conversation

@themez

Copy link
Copy Markdown
Contributor

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

Refs: request/request#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

Set reusedSocket property when reusing socket for request, so user can
handle retry base on wether the request is reusing a socket.
Refs: request/request#3131
@nodejs-github-botnodejs-github-bot added the http Issues or PRs related to the http subsystem. label Sep 26, 2019
@themezthemez closed this Sep 26, 2019
@themezthemez changed the title http: add reusedSocket property on incoming messagehttp: add reusedSocket property on client requestSep 26, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@themez@nodejs-github-bot