diff options
Diffstat (limited to 'async.php')
-rw-r--r-- | async.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ if(isAsyncRequest()) { echo '<script>Application.placeholderHTML('.json_encode($BUFFER).');</script>'."\n\n"; } -BigPipe\BigPipe::render(); +BigPipe\BigPipe::completeResponse(); ?> </body> </html>
\ No newline at end of file |