/**
  * Writes the response to connection.
  *
  * @access public
  * @param  HTTPResponse $response
  * @return void
  */
 public function write(HTTPResponse $response)
 {
     parent::write($response);
     $this->_log_response($response);
 }