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

multi: fix outdated comment #4901

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 9, 2020

  1. multi: fix outdated comment

    - Do not say that conn->data is "cleared" by multi_done().
    
    If the connection is in use then multi_done assigns another easy handle
    still using the connection to conn->data, therefore in that case it is
    not cleared.
    
    Closes #xxxx
    jay committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    e0d082d View commit details
    Browse the repository at this point in the history