this.footers = AbstractMessageParser.parseHeaders(in,
constraints.getMaxHeaderCount(),
constraints.getMaxLineLength(),
null);
} catch (final HttpException ex) {
final IOException ioe = new MalformedChunkCodingException("Invalid footer: "
+ ex.getMessage());
ioe.initCause(ex);
throw ioe;
}
}