Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http: add reusedSocket property on client request #29715

Closed
wants to merge 4 commits into from
Closed

http: add reusedSocket property on client request #29715

wants to merge 4 commits into from

Commits on Oct 12, 2019

  1. http: add reusedSocket property on client request

    Set ClientRequest.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
    themez authored and themez committed Oct 12, 2019
    Copy the full SHA
    21ef016 View commit details
    Browse the repository at this point in the history
  2. add tests and docs

    themez committed Oct 12, 2019
    Copy the full SHA
    f198794 View commit details
    Browse the repository at this point in the history
  3. fix lint

    themez committed Oct 12, 2019
    Copy the full SHA
    ebf41bf View commit details
    Browse the repository at this point in the history
  4. fix doc version

    themez committed Oct 12, 2019
    Copy the full SHA
    cd3ed01 View commit details
    Browse the repository at this point in the history