Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: net/socket/ssl_client_socket_nss.h

Issue 11366155: SSLClientSocket::IsConnected should care for internal buffers (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove comments Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/ssl_client_socket_nss.h
diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h
index 6f3f7bb5cdb988a4cd963c4e2c61d3ebf6fdc23f..f269717ec367e0009f0524482839440b9e7af63c 100644
--- a/net/socket/ssl_client_socket_nss.h
+++ b/net/socket/ssl_client_socket_nss.h
@@ -171,6 +171,9 @@ class SSLClientSocketNSS : public SSLClientSocket {
// True if the SSL handshake has been completed.
bool completed_handshake_;
+ // True if the SSL connection is closed due to CloseNotify or errors.
wtc 2013/01/16 00:34:16 CloseNotify => close_notify
+ bool ssl_is_closed_;
+
State next_handshake_state_;
// The NSS SSL state machine. This is owned by |core_|.

Powered by Google App Engine
This is Rietveld 408576698