EventSource
EventSource copied to clipboard
A PHP 5.3 library for creating an EventSource stream.
EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection. client.html:1 Fatal error: Uncaught exception 'Predis\Connection\ConnectionException' with message 'No connection could be made because the target...
Assuming that most people don't have that globally installed any more.
When you serve PHP via FCGI, you can experience buffering which is very hard/impossible to get rid of. This PR adds an EchoHandler which outputs whitespace ahead of the payload...