commit | b77aa55d316195ab7f6202da77c4df64ab9575e6 | [log] [tgz] |
---|---|---|
author | Urs Grob <ursg@google.com> | Thu Jun 18 18:15:51 2009 +0200 |
committer | Urs Grob <ursg@google.com> | Thu Jun 18 18:15:51 2009 +0200 |
tree | 4993ed8653ecee4f8214bfc657aa1d79904c5198 | |
parent | 1b2e8c5ed783b0deb37353e4009ea82e2adcc2d4 [diff] |
Performance improvement for OpenSSLSocketImpl in read and write This change only calls SSL_get_error only in case of an error and not in any case as it does before the change. BUG=1322058