Roll src/net/third_party/quiche/src/ a4a457d4a..f2ae1b2a1 (10 commits)
https://quiche.googlesource.com/quiche.git/+log/a4a457d4acae..f2ae1b2a1129
$ git log a4a457d4a..f2ae1b2a1 --date=short --no-merges --format='%ad %ae %s'
2021-05-07 haoyuewang Internal change
2021-05-07 dschinazi Add 0-RTT support to QuicToyClient
2021-05-07 bnc Use circular deque in QpackDecoderHeaderTable.
2021-05-07 danzh deprecate --gfe2_reloadable_flag_quic_start_peer_migration_earlier.
2021-05-07 fayang Rollback gfe2_reloadable_flag_quic_fix_stateless_reset which causes b/184053898.
2021-05-07 bnc std::deque cleanup in quic_unacked_packet_map.h
2021-05-07 haoyuewang Fix tsan failure in //third_party/quic/core/http:end_to_end_test as (1) server_connection can be checked only if server_thread_ is paused. (2) server_thread_ can be paused at most once due to the use of notification.
2021-05-06 quiche-dev Adds a visitor implementation that translates from Http2VisitorInterface events back to nghttp2-style callback events.
2021-05-06 haoyuewang Internal QUICHE change
2021-05-06 bnc Modify a test comment.
Created with:
roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src
Change-Id: Ia07d299dacf9c24c644bcfd3060b9f861a52c6d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2878474
Commit-Queue: Haoyue Wang <[email protected]>
Commit-Queue: Renjie Tang <[email protected]>
Auto-Submit: Haoyue Wang <[email protected]>
Reviewed-by: Renjie Tang <[email protected]>
Cr-Commit-Position: refs/heads/master@{#880634}
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 0adf237..3b58248 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -2447,6 +2447,7 @@
}
source_set("epoll_quic_tools") {
+ testonly = true
sources = [
"quic/platform/impl/quic_epoll_clock.cc",
"quic/platform/impl/quic_epoll_clock.h",
@@ -2649,6 +2650,7 @@
if (!is_ios) {
executable("quic_client") {
+ testonly = true
sources = [ "tools/quic/quic_simple_client_bin.cc" ]
deps = [
":net",