| Index: net/spdy/spdy_session.cc
|
| ===================================================================
|
| --- net/spdy/spdy_session.cc (revision 121782)
|
| +++ net/spdy/spdy_session.cc (working copy)
|
| @@ -553,6 +553,8 @@
|
| return false;
|
| SSLClientSocket* ssl_socket =
|
| reinterpret_cast<SSLClientSocket*>(connection_->socket());
|
| + if (ssl_socket->protocol_negotiated() < SSLClientSocket::kProtoSPDY3)
|
| + return false;
|
| if (!ssl_socket->WasOriginBoundCertSent())
|
| return false;
|
| return !credential_state_.HasCredential(origin);
|
|
|