Mongrel2\Connection::reply PHP Method

reply() public method

public reply ( $req, $msg )
    public function reply($req, $msg)
    {
        $this->send($req->sender, $req->conn_id, $msg);
    }