commit | 281d13f018a313672f4117971bf03986de99b481 | [log] [tgz] |
---|---|---|
author | davidben <[email protected]> | Wed Apr 27 20:43:28 2016 |
committer | Commit bot <[email protected]> | Wed Apr 27 20:45:33 2016 |
tree | 7b675683b2f38aff289b2d093deca15db1b26305 | |
parent | 5fe53d746862119ec2fc9fd3447db5b90ba6e7e2 [diff] [blame] |
Log extra information when the SSL handshake completes. I've gotten pretty good at extracting this from the logs when there is data associated with it, but it's kind of silly to have to do that. BUG=484695 Review-Url: https://codereview.chromium.org/1928713002 Cr-Commit-Position: refs/heads/master@{#390174}
diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h index b96e456..5fa3367 100644 --- a/net/socket/ssl_client_socket_impl.h +++ b/net/socket/ssl_client_socket_impl.h
@@ -239,6 +239,8 @@ size_t contents_len, int* out_alert_value); + void LogConnectEndEvent(int rv); + bool transport_send_busy_; bool transport_recv_busy_;