summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/impl/io
Commit message (Collapse)AuthorAgeFilesLines
* Make Apache HttpClient play nice with large kernel socket buffers.Elliott Hughes2011-05-032-58/+24
| | | | | | | | | | Given the large maximum size likely to be set for kernel socket buffers on LTE devices, we need to stop Apache HttpClient from allocating some integer multiple of that size on the heap for each socket. On one device, 16 HTTP connections would fill the heap. Bug: 3514259 Change-Id: I888c03b6ad4b7ca444c2c423b097a3f76390846b
* Fix Apache HTTP client to recover from half-closed connections.Jesse Wilson2010-12-171-0/+27
| | | | | | | | | android.net.http.DefaultHttpClientTest demonstrates a problem where half-closed connections get pooled, causing subsequent connections to timeout. Change-Id: I7275d99f12eafa28bb2336a3dd67546ffecb4dce http://b/2612240
* Fix lineFromReadBuffer() so it no longer tries to skip backwardsDan Bornstein2010-03-051-1/+5
| | | | | | | | past the start of the read buffer. Fixes internal bug #2183785. Change-Id: I2a371e88a6816f4c1e237ae4cdb8baade4de66c9
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0318-0/+2333
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0318-2333/+0
|
* Initial ContributionThe Android Open Source Project2008-10-2118-0/+2333