429430431432433434435436437
if (!started) { startResponse(); } final HttpChunk chunk = new DefaultHttpChunk(content); context.write(chunk); }