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

Fix bug where last few bytes on socket go unread #642

Merged
merged 18 commits into from
Jun 4, 2024
Merged

Fix bug where last few bytes on socket go unread #642

merged 18 commits into from
Jun 4, 2024

Commits on May 28, 2024

  1. add regression test

    graebm committed May 28, 2024
    Configuration menu
    Copy the full SHA
    9cefef5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. socket_channel_handler no longer shuts down the channel the moment an…

    … error event arrives from the file-descriptor, since the HANG_UP event may come when there's still a lot more data to read on the socket.
    graebm committed May 29, 2024
    Configuration menu
    Copy the full SHA
    408970c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa524b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7293f4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15ae9e6 View commit details
    Browse the repository at this point in the history
  5. clang-format

    graebm committed May 29, 2024
    Configuration menu
    Copy the full SHA
    577a5d7 View commit details
    Browse the repository at this point in the history
  6. test IPv4 & IPv6 too

    graebm committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c253973 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79d9fdf View commit details
    Browse the repository at this point in the history
  8. fix warnings

    graebm committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b2d6005 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3eb8d9b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    11e6267 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix logging the wrong pointer

    graebm committed May 31, 2024
    Configuration menu
    Copy the full SHA
    69eea42 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    6c85d64 View commit details
    Browse the repository at this point in the history
  2. WIN32, not WINDOWS

    graebm committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7db6a74 View commit details
    Browse the repository at this point in the history
  3. explain

    graebm committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    5ab4086 View commit details
    Browse the repository at this point in the history
  4. I am so done with you windows

    graebm committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    bc9918a View commit details
    Browse the repository at this point in the history
  5. comments

    graebm committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    56d92d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. comments++

    graebm committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3b3bdef View commit details
    Browse the repository at this point in the history