Skip to content

Commit 69e4cc1

Browse files
fixes #933 and #877
1 parent f7eb9a8 commit 69e4cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RestController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ public function response($data = null, $http_code = null, $continue = false)
684684
ob_end_flush();
685685
}
686686
}
687-
687+
ob_end_flush();
688688
// Otherwise dump the output automatically
689689
} else {
690690
echo json_encode($data);

0 commit comments

Comments
 (0)