Skip to content

Commit

Permalink
Update quic_toy_client.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroLau committed Dec 14, 2022
1 parent 300138e commit 22e0198
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gquiche/quic/tools/quic_toy_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ int QuicToyClient::SendRequestsAndPrintResponses(
FLAGS_disable_certificate_verification)) {
proof_verifier = std::make_unique<FakeProofVerifier>();
} else {
printf("\033[0;31mCurrently does not support the certificate verification function, please set disable_certificate_verification=true to ensure the normal operation of the program\033[0m\n");
//proof_verifier = quic::CreateDefaultProofVerifier(url.host());
std::cerr << "simple_quic_client don't support certificate verification." << std::endl;
return 1;
}
std::unique_ptr<quic::SessionCache> session_cache;
Expand Down

0 comments on commit 22e0198

Please sign in to comment.