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 stuck connection when handler doesn't read payload #2624

Merged
merged 5 commits into from Feb 3, 2022

Commits on Feb 2, 2022

  1. fix stuck connection when handler doesn't read payload

    - drops connection if dispatcher's state indicated there are outstanding bytes
    - otherwise clean dispatcher ready for next pipelined or keep-alive request
    robjtede committed Feb 2, 2022
    Copy the full SHA
    104b10c View commit details
    Browse the repository at this point in the history
  2. update changeloge

    robjtede committed Feb 2, 2022
    Copy the full SHA
    95fe966 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a7671c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. add drop payload tests

    robjtede committed Feb 3, 2022
    Copy the full SHA
    0b3fa41 View commit details
    Browse the repository at this point in the history
  2. add back can_not_read bail

    robjtede committed Feb 3, 2022
    Copy the full SHA
    deb7d07 View commit details
    Browse the repository at this point in the history