Oleg Kalnichevski wrote: > Could you please consider changing LineParser to throw ParseException > and re-throwing ParseException as ProtocolException in the protocol > layer?
The re-throwing needs to be implemented in four places: - io::AbstractMessageParser.parse - nio::AbstractMessageParser.parse - io::ChunkedInputStream.parseTrailerHeaders - nio::ChunkDecoder.processFooters I'll take care of it. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
