History log of /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e9b2610e627486d902b141fd8ac4cca574425610 16-Aug-2013 Narayan Kamath <narayan@google.com> Fix HttpUrlConnection#isUsingProxy.

The earlier implementation disregarded what the
ProxySelector had to say. We now query the selected
route (if one has been established).

Fixes compatibility test:
HttpURLConnectionTest#testUsingProxySelector

(cherry picked from be9eef7153fff0107f609d4276f2ae7ac868258)

bug: 10209026

Change-Id: I3183c50ce21c5a19ac1f34f2ff5648683b526dd7
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java
fb0eb65be9f50e75fa37c250e97914252c587caf 20-Jul-2013 jwilson <jwilson@squareup.com> Update OkHttp to commit cc4633943800572673c03b32d0b2bc9a08ae184d

Change-Id: Iae4b2c5a102cc5341f73593e003af3ee28400cbe
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java
a82f42bbeedd0b07f3892f3b0efaa8122dc8f264 18-Jul-2013 Narayan Kamath <narayan@google.com> Update okhttp to commit abc8c9a30bc0c5a9a

Change-Id: I5331e760f09aaae0a267c50829f01eb7a68d76e1
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java
967c738661ae14d2b0a73118fe1e3a755ce58e1b 14-Jun-2013 Narayan Kamath <narayan@google.com> Update okhttp to commit c84d84d1ca6911534fe993e

- Fixes a couple of test cases in URLConnectionTest
related to null header values.
- Fixes a locking related crash observed in tests.

Change-Id: I8c48f29b33e3509d177c5ffb7d8b772dc97d8174
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.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/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java
7407d6984ce69693097befc9b72609a8156463bb 20-Feb-2013 Narayan Kamath <narayan@google.com> Update okhttp through to Feb 20.

This is commit 4b7e0b733fe7597bd58014311cbed8592ca313ac
on branch master at

https://github.com/square/okhttp

Change-Id: I68c40a8a0c7518933b6ac124c886d21f4823a809
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java
54cf3446000fdcf88a9e62724f7deb0282e98da1 18-Jan-2013 jwilson <jwilson@squareup.com> Upgrade to the latest OkHttp, with changes through 2013-Feb-01.

This is OkHttp commit 2137b7a72518cfac088757ef6d0fb3d085bf6e3d
Most notable changes are improvements to ConnectionPool (fixing
infinite loops!) and upgrading to SPDY/3.

Change-Id: Icd9e5e3857a45f9b68a164b920d33f48cdddb780
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.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/src/main/java/com/squareup/okhttp/internal/http/HttpURLConnectionImpl.java