forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll src/net/third_party/quiche/src/ ba9d95e43..f2e0d90a9 (3 commits)
https://quiche.googlesource.com/quiche.git/+log/ba9d95e4328b..f2e0d90a970b $ git log ba9d95e43..f2e0d90a9 --date=short --no-merges --format='%ad %ae %s' 2020-09-25 fayang Notify debug_visitor once any 0-RTT packet gets acknowledged. Client only (server + TLS does not send 0-RTT packets). 2020-09-25 wub Add flag --ip_version_for_host_lookup to quic_client to indicate the preferred IP version of host address, if host lookup is needed. 2020-09-25 quiche-dev Fix a latent query-of-death in a GFE+QUIC+Leto codepath Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I8c71cc9b663b6c2287661a999b7f72a02ecf6579 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2432758 Commit-Queue: Renjie Tang <renjietang@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by: David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#810917}
- Loading branch information
Renjie Tang
authored and
Commit Bot
committed
Sep 26, 2020
1 parent
716708f
commit 9d061cc
Showing
5 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
// Copyright 2020 The Chromium Authors. All rights reserved. | ||
// Use of this source code is governed by a BSD-style license that can be | ||
// found in the LICENSE file. | ||
|
||
#ifndef NET_QUIC_PLATFORM_IMPL_QUIC_TESTVALUE_IMPL_H_ | ||
#define NET_QUIC_PLATFORM_IMPL_QUIC_TESTVALUE_IMPL_H_ | ||
|
||
namespace quic { | ||
|
||
template <class T> | ||
void AdjustTestValueImpl(quiche::QuicheStringPiece label, T* var) {} | ||
|
||
} // namespace quic | ||
|
||
#endif // NET_QUIC_PLATFORM_IMPL_QUIC_TESTVALUE_IMPL_H_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters