Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: net/quic/quic_crypto_client_stream_test.cc

Issue 159143007: Log QUIC public reset client address mismatch to a histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Address review comments Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_client_stream_test.cc
===================================================================
--- net/quic/quic_crypto_client_stream_test.cc (revision 250874)
+++ net/quic/quic_crypto_client_stream_test.cc (working copy)
@@ -9,7 +9,6 @@
#include "net/quic/crypto/quic_decrypter.h"
#include "net/quic/crypto/quic_encrypter.h"
#include "net/quic/quic_protocol.h"
-#include "net/quic/quic_socket_address_coder.h"
#include "net/quic/test_tools/crypto_test_utils.h"
#include "net/quic/test_tools/quic_test_utils.h"
#include "net/quic/test_tools/simple_quic_framer.h"
@@ -99,9 +98,6 @@
stream_->crypto_negotiated_params());
EXPECT_EQ(kAESG, crypto_params.aead);
EXPECT_EQ(kC255, crypto_params.key_exchange);
- QuicSocketAddressCoder address_coder(IPEndPoint(TestPeerIPAddress(),
- kTestPort));
- EXPECT_EQ(address_coder.Encode(), crypto_params.client_address);
}
TEST_F(QuicCryptoClientStreamTest, InvalidHostname) {
« no previous file with comments | « net/quic/quic_connection_logger.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698