Skip to content

Commit

Permalink
Bug 1532312, avoid reading from closed descriptor on Windows, a=bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Apr 8, 2019
1 parent e98c5e1 commit 8a8b92f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gtests/ssl_gtest/ssl_auth_unittest.cc
Expand Up @@ -522,8 +522,6 @@ TEST_F(TlsConnectStreamTls13, PostHandshakeAuthDecline) {
server_->ReadBytes(50); // read empty Certificate+Finished
server_->ExpectReadWriteError();
server_->SendData(50); // send alert
client_->ExpectReceiveAlert(kTlsAlertCertificateRequired);
client_->ReadBytes(50); // read alert
// AuthCertificateCallback is not called, because the client sends
// an empty certificate_list.
EXPECT_EQ(0U, called);
Expand Down

0 comments on commit 8a8b92f

Please sign in to comment.