On Wed, 2012-06-13 at 13:09 +0100, John Sheehy wrote:
> >
> > Please re-ran the test with wire logging activates to see whether or not
> >> the last content chunk gets truncated.
> >>
> >> Oleg
> >>
> >>
> > Hi Oleg,
> 
> I'm having a lot of trouble so far getting wire logging out on android (I'm
> using a repackaged 4.2, to get past the built-in 4.0beta android bundled
> version, using this package: http://code.google.com/p/httpclientandroidlib/).
> In the meantime, is there anyway to get HttpClient to throw an exception if
> the closing "0" chunk is not present? Perhaps with a custom Chunk Decoder?
> 
> Thanks
> John.

John 

I looked at the source code and found no way to override the default
behavior other than copying the entire ChunkedInputStream class and
overriding the entity deserializer used by the default HTTP connection
implementation.

Oleg 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to