Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information