Skip to content

Commit

Permalink
bug in stream-api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesvan committed Oct 5, 2023
1 parent 564b801 commit a1c3bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
]);
curl_setopt($ch, CURLOPT_WRITEFUNCTION, function($ch, $data) {
echo $data;
// ob_flush();
ob_flush();
flush();
return strlen($data);
});
Expand Down

0 comments on commit a1c3bf4

Please sign in to comment.