@Test
public void testIgnoreTruncatedChunkException() throws Exception {
HttpAsyncRequestHandlerRegistry registry = new HttpAsyncRequestHandlerRegistry();
registry.register("*", new BufferingAsyncRequestHandler(new SimpleRequestHandler(true)));
HttpAsyncServiceHandler serviceHandler = new HttpAsyncServiceHandler(
registry,
this.serverHttpProc,
new DefaultConnectionReuseStrategy(),
this.serverParams);
HttpAsyncClientProtocolHandler clientHandler = new HttpAsyncClientProtocolHandler();