Hi, As some of you may know, I created a PR (#5594) for adding experimental QUIC support, and its target version is 9.0.
Like we talked on the previous summit at Beijing, we are going to merge the PR soon with Commit-Then-Review process, because QUIC spec is still changing and making the code perfect doesn't make much sense at the moment. We prefer small changes and iteration rather than one huge change like Big Bang, the PR is pretty big though. You may find many places that could be better, however, those should be improved (or might be removed) later. We'll continue active development on quic-latest branch to catch up new drafts and to improve the code. Feedback and PRs are always welcome. Since most changes against existing code are already merged as separated PRs with our standard RTC process, most code in the PR runs only if you enable QUIC, and QUIC will be enabled only if you have a special OpenSSL for QUIC at the moment, so I think it should be safe enough. Please let me know if you have any questions or concerns. Here is the PR: https://github.com/apache/trafficserver/pull/5594 Thanks, Masakazu