}
}
os.write(crlf.getBytes());
_logger.finer("wrote headers");
if (_chunked) {
os = new ChunkedOutputStream(os);
}
if (_contentStream != null) {
_logger.finer("Flushing contentStream");
flushContentStream(os);
_logger.finer("Done flushing contentStream");