History log of /external/okhttp/android/main/java/com/squareup/okhttp/HttpsHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
21a513257aad0585e1f3e77c9eba173e0320855a 15-Aug-2013 Narayan Kamath <narayan@google.com> Fix HttpsUrlConnection#setDefaultHostnameVerifier.

okhttp uses an internal verifier (an updated version of
DefaultHostnameVerifier) unless a verifier is set on the
client.

Fixes URLConnectionTest#testHttpsWithCustomTrustManager

(cherry picked from 631989e852f3dda9d30547f07cab8ef)

bug: 10211309

Change-Id: I281e1b00382c1c9ccb160f34d5fb79c763c05b70
/external/okhttp/android/main/java/com/squareup/okhttp/HttpsHandler.java
bf0942e19906b85a3a061d1e762a4474bef6f1e2 13-Jun-2013 Narayan Kamath <narayan@google.com> Don't follow protocol redirects.

OkHttp allows protocol redirects by default, so turn them
off explicitly.

Also, let HttpsHandler extend HttpHandler so that they can
share code that deals with OkHttpClient initialization.

Change-Id: I890456260571abd40a64ab1647eb4e991f5b1c7e
/external/okhttp/android/main/java/com/squareup/okhttp/HttpsHandler.java
faf49723fb689c626f69876e718c58018eff8ee7 06-Jun-2013 Narayan Kamath <narayan@google.com> Update okhttp to commit b48247968a.

Includes mechanism to turn of SPDY on a per request
basis. Leaves SPDY turned off by default.

Change-Id: Ie7a0c7ebfd37d5d2653266e7b6925a2f346323ad
/external/okhttp/android/main/java/com/squareup/okhttp/HttpsHandler.java
2231db3e6bb54447a9b14cf004a6cb03c373651c 26-Dec-2012 jwilson <jwilson@squareup.com> Upgrade to the latest OkHttp.

Note the internal package name has changed from libcore.net.http
to com.squareup.okhttp.

Change-Id: Ib0eb4bdd69f24f2a255975460bd001e59657ddcc
/external/okhttp/android/main/java/com/squareup/okhttp/HttpsHandler.java