Re: PR for QUIC is going to be merged soon

2019-08-07 Thread Masakazu Kitajo
Hi all, The PR for QUIC and HTTP/3 was merged to master! Now I'd like to ask you all one thing. Please run unit tests for QUIC and H3. Because we currently don't have CI boxes that can compile code for QUIC, all CI jobs would pass even if your PRs were not compilable with QUIC enabled. To not br

PR for QUIC is going to be merged soon

2019-07-24 Thread Masakazu Kitajo
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 per