Index: net/http/http_network_transaction.cc |
diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc |
index 8cddaf5bcc1385d598e0a74103bb3fb04a44d29c..b4ef356df1531babba69f2198a5e639df910d684 100644 |
--- a/net/http/http_network_transaction.cc |
+++ b/net/http/http_network_transaction.cc |
@@ -961,11 +961,6 @@ int HttpNetworkTransaction::DoReadHeadersComplete(int result) { |
return result; |
} |
- if (result == ERR_QUIC_HANDSHAKE_FAILED) { |
- ResetConnectionAndRequestForResend(); |
- return OK; |
- } |
- |
// ERR_CONNECTION_CLOSED is treated differently at this point; if partial |
// response headers were received, we do the best we can to make sense of it |
// and send it back up the stack. |