Revision 70242f1e
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
SL/Dispatcher.pm | ||
---|---|---|
318 | 318 |
|
319 | 319 |
$::form->footer; |
320 | 320 |
|
321 |
if ($self->_interface_is_fcgi) { |
|
322 |
# fcgi? send send reponse on its way before cleanup. |
|
323 |
$self->{request}->Flush; |
|
324 |
$self->{request}->Finish; |
|
325 |
} |
|
326 |
|
|
327 |
$::lxdebug->end_request; |
|
328 |
|
|
321 | 329 |
# cleanup |
322 | 330 |
$::auth->save_session; |
323 | 331 |
$::auth->expire_sessions; |
... | ... | |
329 | 337 |
$::request = undef; |
330 | 338 |
Form::disconnect_standard_dbh; |
331 | 339 |
|
332 |
$::lxdebug->end_request; |
|
333 |
|
|
334 | 340 |
$self->_watch_for_changed_files; |
335 | 341 |
|
336 | 342 |
$::lxdebug->leave_sub; |
Auch abrufbar als: Unified diff
Dispatcher: FCGI Finish -> 10ms schneller im Browser