History log of /frameworks/volley/src/main/java/com/android/volley/toolbox/HurlStack.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22205d92f2c31246c19c7d6ded5b75c189fabf87 02-Dec-2015 Neil Fuller <nfuller@google.com> Workaround for HttpURLConnection.getFollowRedirects() on M

HttpURLConnection.setFollowRedirects() has no effect on M due to a bug.
This should be safe / a no-op on other releases.

Bug: https://code.google.com/p/android/issues/detail?id=194495
Change-Id: Ie97861eba0560b63504662baa908f6a5856f68aa
/frameworks/volley/src/main/java/com/android/volley/toolbox/HurlStack.java
d3207beaf19336cda461da53d1bdf1ba3d57df12 17-Jul-2015 Jukka Zitting <jlz@google.com> Process response bodies only when present

Responses to HEAD requests and any informational (1xx), no content (204)
and not modified (304) responses contain no bodies. This change skips
the response.setEntity(entityFromConnection(connection)) call when dealing
with such responses. This fixes a problem in BasicNetwork where a response
without a body is detected by checking whether the entity is null.

Bug: 176674 - volley java.lang.IllegalStateException: Content has not
been provided
Change-Id: I1b0ce77461ce5bedc7f6a53fd63311ea93ec5af0
/frameworks/volley/src/main/java/com/android/volley/toolbox/HurlStack.java
b9b8dc3d98fb1a8c3f02c2c2fcc18cbd344c05cb 29-Nov-2014 Ficus Kirkpatrick <ficus@android.com> Migrate from Gradle to Maven.

- Restructure source to src/{main,test} style
- Add pom.xml and update Android.mk
- Migrate all tests to JUnit4 and Robolectric
- RequestQueueTest is currently @Ignored as fixing it will
involve more extensive refactoring.
- Main library still builds in Gradle; tests do not

Change-Id: I1edc53bb1a54f64d3e806e4572901295ef63e2ca
/frameworks/volley/src/main/java/com/android/volley/toolbox/HurlStack.java