File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ <h3 id="overview">Overview</h3>
48
48
49
49
< p > OkHttp is an HTTP client that’s efficient by default:</ p >
50
50
< 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 >
52
52
< li > Connection pooling reduces request latency (if SPDY isn’t available).</ li >
53
53
< li > Transparent GZIP shrinks download sizes.</ li >
54
54
< li > Response caching avoids the network completely for repeat requests.</ li >
@@ -58,7 +58,7 @@ <h3 id="overview">Overview</h3>
58
58
common connection problems. If your service has multiple IP addresses OkHttp will
59
59
attempt alternate addresses if the first connect fails. This is necessary for IPv4+IPv6
60
60
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
62
62
fails.</ p >
63
63
64
64
< p > Using OkHttp is easy. Its 2.0 API is designed with fluent builders and
You can’t perform that action at this time.
0 commit comments