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(client): only take single url on (args.resume && first) #1578

Merged
merged 1 commit into from
Jan 23, 2024

Commits on Jan 23, 2024

  1. fix(client): only take single url on (args.resume && first)

    QUIC Interop Runner testcases `resumption` and `0-rtt` expect the client to
    download the first file, close the connection, and then download the remaining
    files on a second connection.
    
    https://github.com/quic-interop/quic-interop-runner/tree/master#test-cases
    
    Thus `neqo-client`, when `args.resume` is `true` must only take a single URL on
    the **first** loop iteration. On the second iteration it must take all remaining
    URLs.
    
    Regression introduced in mozilla#1569.
    mxinden committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    08bc808 View commit details
    Browse the repository at this point in the history