Started deprecating WebGUI::Session::Http

This commit is contained in:
Patrick Donelan 2010-04-06 20:02:33 -04:00
parent 72017cf83f
commit 68bbca1808
4 changed files with 20 additions and 4 deletions

View file

@ -162,8 +162,8 @@ sub dispatch {
}
}
}
$session->close;
return $session->response->finalize;
}