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

Unified Diff: net/quic/quic_stream_factory.cc

Issue 2002713003: QUIC - Pass remote_address_ if address is not specified in UDPSocketWin::Write() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverted CL - 1999893002 Created 4 years, 7 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 | « no previous file | net/udp/udp_socket_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.cc
diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
index 7033784ed737465068753a784998ab2781dac94b..e431d69e1d38e2f3a5625bd95f8f6d3901feb901 100644
--- a/net/quic/quic_stream_factory.cc
+++ b/net/quic/quic_stream_factory.cc
@@ -1468,9 +1468,6 @@ int QuicStreamFactory::ConfigureSocket(DatagramClientSocket* socket,
bool tsvipcli_loaded = ::GetModuleHandle(L"TSVIPCli.dll") != NULL;
UMA_HISTOGRAM_BOOLEAN("Net.QuicStreamFactory.TSVIPCliIsLoaded",
tsvipcli_loaded);
- if (tsvipcli_loaded) {
- return ERR_QUIC_PROTOCOL_ERROR;
- }
#endif
int rv;
« no previous file with comments | « no previous file | net/udp/udp_socket_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698