aboutsummaryrefslogtreecommitdiffstats
path: root/async.php
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2018-01-21 10:55:44 +0100
committerThomas Lange <code@nerdmind.de>2018-01-21 10:55:44 +0100
commitad58f8bbc662e6714740163de3794b8e36b11cfc (patch)
tree631adcd0796fbce9afb1e20a7472165b050f8f24 /async.php
parent313b4fbe8d2057e6672e0ea479753c5710e85404 (diff)
downloadbigpipe-ad58f8bbc662e6714740163de3794b8e36b11cfc.tar.gz
bigpipe-ad58f8bbc662e6714740163de3794b8e36b11cfc.tar.xz
bigpipe-ad58f8bbc662e6714740163de3794b8e36b11cfc.zip
Rename BigPipe::render() to BigPipe::completeResponse()
Diffstat (limited to 'async.php')
-rw-r--r--async.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/async.php b/async.php
index bb538e0..3509d01 100644
--- a/async.php
+++ b/async.php
@@ -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