Merge branch 'google3' to roll forward to cl/350492846.

This commit is contained in:
edwinwutw
2021-01-08 01:01:41 +08:00
11 changed files with 856 additions and 896 deletions
+4 -1
View File
@@ -239,7 +239,10 @@ void BasePcpHandler::OnEncryptionSuccessRunnable(
if (!ukey2) {
// Fail early, if there is no crypto context.
ProcessPreConnectionResultFailure(connection_info.client, endpoint_id);
ProcessPreConnectionInitiationFailure(
endpoint_id, connection_info.channel.get(), {Status::kEndpointIoError},
connection_info.result.get());
connection_info.result.reset();
return;
}