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

pingpong: stop using the download buffer #12757

Closed
wants to merge 3 commits into from
Closed

Commits on Jan 24, 2024

  1. pingpong: stop using the download buffer

    The pingpong logic now uses its own dynbuf for receiving command
    response data.
    
    When the "final" response header for a commanad has been received, that
    final line is left first in the recvbuf for the protocols to parse at
    will. If there is additional data behind the final response line, the
    'overflow' counter is indicate how many bytes.
    
    Closes #12757
    bagder committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    732333e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e257a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c76e686 View commit details
    Browse the repository at this point in the history