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

Update client-http.c #2893

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Update client-http.c #2893

wants to merge 5 commits into from

Commits on May 30, 2023

  1. Update client-http.c

    This bug was triggered for example when the connection closes (e.g. timeout) just as we attempt a new reuse of the connection.
    
    Returning 0, means the callers will make use of a now invalid WSI. This often results in a double free of the wsi memory.
    
    Need to return -1
    wreuven committed May 30, 2023
    Configuration menu
    Copy the full SHA
    0105027 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    4fbca1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85161d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. attempt to restore tabs

    rwachtfogel committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    0d04284 View commit details
    Browse the repository at this point in the history
  2. attempt to restore tabs

    rwachtfogel committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    949adfc View commit details
    Browse the repository at this point in the history