Index: net/quic/quic_connection.cc |
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc |
index c6f1a0ca718dcf3df8df434c4e3de2acaac19da7..a4305f62c71bfd1de98ed44f2e7e8cd6c1f5c288 100644 |
--- a/net/quic/quic_connection.cc |
+++ b/net/quic/quic_connection.cc |
@@ -237,10 +237,13 @@ QuicConnection::QuicConnection(QuicConnectionId connection_id, |
peer_port_changed_(false), |
self_ip_changed_(false), |
self_port_changed_(false) { |
+#if 0 |
+ // TODO(rtenneti): Should we enable this code in chromium? |
ramant (doing other things)
2014/08/13 16:12:02
Hi Ryan and Ian,
Do we need this code in chromiu
Ryan Hamilton
2014/08/13 16:33:40
Hm. Good question. I think we can probably leave t
ramant (doing other things)
2014/08/14 02:45:48
Acknowledged.
|
if (!is_server_) { |
// Pacing will be enabled if the client negotiates it. |
sent_packet_manager_.MaybeEnablePacing(); |
} |
+#endif |
DVLOG(1) << ENDPOINT << "Created connection with connection_id: " |
<< connection_id; |
timeout_alarm_->Set(clock_->ApproximateNow().Add(idle_network_timeout_)); |