summaryrefslogtreecommitdiffstats
path: root/src/org/apache/http/impl/io/SocketInputBuffer.java
Commit message (Collapse)AuthorAgeFilesLines
* Make Apache HttpClient play nice with large kernel socket buffers.Elliott Hughes2011-05-131-37/+14
| | | | | | | | | | 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: I4a8c13882ad794ddbeaf53a6cdc4d42d1aa3fb2f
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+115
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-115/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+115