Skip to content

Commit 5527a17

Browse files
committed
We now fall back to TLS 1.0.
1 parent 2ca6dfd commit 5527a17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h3 id="overview">Overview</h3>
4848

4949
<p>OkHttp is an HTTP client that’s efficient by default:</p>
5050
<ul>
51-
<li>SPDY support allows all requests to the same host to share a socket.</li>
51+
<li>HTTP/2 and SPDY support allows all requests to the same host to share a socket.</li>
5252
<li>Connection pooling reduces request latency (if SPDY isn’t available).</li>
5353
<li>Transparent GZIP shrinks download sizes.</li>
5454
<li>Response caching avoids the network completely for repeat requests.</li>
@@ -58,7 +58,7 @@ <h3 id="overview">Overview</h3>
5858
common connection problems. If your service has multiple IP addresses OkHttp will
5959
attempt alternate addresses if the first connect fails. This is necessary for IPv4+IPv6
6060
and for services hosted in redundant data centers. OkHttp initiates new connections
61-
with modern TLS features (SNI, ALPN), and falls back to SSLv3 if the handshake
61+
with modern TLS features (SNI, ALPN), and falls back to TLS 1.0 if the handshake
6262
fails.</p>
6363

6464
<p>Using OkHttp is easy. Its 2.0 API is designed with fluent builders and

0 commit comments

Comments
 (0)