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

[v6.x backport] http: eliminate capture of ClientRequest in Agent #15500

Closed
wants to merge 1 commit into from
Closed

[v6.x backport] http: eliminate capture of ClientRequest in Agent #15500

wants to merge 1 commit into from

Commits on Sep 20, 2017

  1. http: eliminate capture of ClientRequest in Agent

    Keepalive sockets that are returned to the agent's freesocket pool were
    previously capturing a reference to the ClientRequest that initiated the
    request.
    
    This commit eliminates that by moving the installation of the socket
    listeners to a different function.
    evantorrie authored and drewfish committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    1dd3dd1 View commit details
    Browse the repository at this point in the history