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