Skip to content

Instantly share code, notes, and snippets.

@p
Created March 11, 2011 12:20
Show Gist options
  • Save p/865826 to your computer and use it in GitHub Desktop.
Save p/865826 to your computer and use it in GitHub Desktop.
Flush poc
<?php
header('Content-Length: 6');
echo('before');
flush();
sleep(4);
echo('after');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment