Skip to content

Instantly share code, notes, and snippets.

@fvosberg
Created October 7, 2014 16:03
Show Gist options
  • Save fvosberg/ccdcc8bc5f3518302c01 to your computer and use it in GitHub Desktop.
Save fvosberg/ccdcc8bc5f3518302c01 to your computer and use it in GitHub Desktop.
Long open connection
apache_setenv('downgrade-1.0','true');
apache_setenv('force-response-1.0','true');
ini_set('output_buffering', 'off');
while( @ob_end_flush() );
ini_set('implicit_flush', true);
flush();
echo "sending";
flush();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment