1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-27 04:22:07 +03:00
Files
okhttp/src
Jesse Wilson 04d742bd3d Improve connection reuse.
Instead of trying to read the last bytes of a content body
when the input stream is read, do it when the connection is
closed. This approach is less elegant, since it requires
a connection to do work on behalf of a potentially nonexistent
follow up connection. But it should result in more reuse in
practice.

http://code.google.com/p/android/issues/detail?id=38817
2012-12-06 21:06:45 -05:00
..
2012-12-06 21:06:45 -05:00