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

Fixed issue with route s2_auto when compression is actually off #4137

Merged
merged 1 commit into from May 8, 2023

Commits on May 8, 2023

  1. Fixed issue with route s2_auto when compression is actually off

    This is a fix for PR #4001.
    If a server has an s2_auto configuration, the compression level
    needs to be updated based on the RTT, however, this should not
    happen if a particular route is actually not using compression,
    either because it is a connection to an older server or the other
    side has explicitly configure compression to be "off".
    
    Extended a test that would have caught this issue.
    
    Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
    kozlovic committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1ce12ba View commit details
    Browse the repository at this point in the history