On 31/05/13 15:39, Chris Hegarty wrote:
HttpURLConnection returns various input streams, depending on the
response from the server. fixed content-length, chunked, error. Most,
if not all, are wrapped in an implementation specific HttpInputStream,
to correctly handle caching of responses. The is
HttpURLConnection returns various input streams, depending on the
response from the server. fixed content-length, chunked, error. Most, if
not all, are wrapped in an implementation specific HttpInputStream, to
correctly handle caching of responses. The issue reported by 8011719 is
that the clos