fix streaming. don't close the session until done
This commit is contained in:
parent
d9635343db
commit
2a33785d11
2 changed files with 12 additions and 3 deletions
|
|
@ -97,6 +97,10 @@ sub call {
|
|||
|
||||
# And finally, clean up
|
||||
$writer->close;
|
||||
|
||||
# Close the session, because the WebGUI::Middleware::Session didn't
|
||||
$session->close;
|
||||
delete $env->{'webgui.session'};
|
||||
}
|
||||
catch {
|
||||
if ($response->writer) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue