Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. A incoming connection can be ignored now when we do rate limiting -- which is more efficient -- does not require queueing outgoing packets. 2. rustls interface changes of ServerCertVerifier applied to SkipServerVerification implementations changes in Cargo.toml to handle curve25519-dalek 3.2.1 patching because of zeroize version constraint due to the newer rustls. The workaround is applied to downstream tests. 3. Quinn 0.11.x introduced new error codes which we need to handle. 4. stream finish is no longer an async function.
- Loading branch information