// do something comletely ugly in order to trigger
// MalformedChunkCodingException
final DefaultBHttpServerConnection conn = (DefaultBHttpServerConnection)
context.getAttribute(ExecutionContext.HTTP_CONNECTION);
try {
conn.sendResponseHeader(response);
} catch (final HttpException ignore) {
}
}
} ;