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

Added protection for cases when client drives sockets itself after HTTP protocol upgrade #12761

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 23, 2024

  1. Added protection for cases when client drives sockets itself after up…

    …grading
    
    HTTP libcurl transfer to a different protocol and steps on socket errors.
    
    In such cases, it is possible that client performs read/write operations
    and calls libcurl socket filters after libcurl has cleared the transfer easy handle.
    Dmitry Karpov committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    078c45c View commit details
    Browse the repository at this point in the history