History log of /external/okhttp/android/main/java/com/squareup/okhttp/HttpHandler.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/HttpHandler.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/HttpHandler.java