this.httpProcessor.process(response, context);
// Commit the response
conn.submitResponse(response);
ContentOutputStream outstream = new ContentOutputStream(this.outbuffer);
entity.writeTo(outstream);
outstream.flush();
// Test if the connection can be reused
if (this.connStrategy.keepAlive(response, context)) {
this.inbuffer.reset();