This may seem strange .. but I need to evaluate / parse the pieces passed over HTTP with PHP.
It should be noted that the HTTP stream can never end. Is there a way to process fragments when I get them using CURL?
Or do I need to resort to some fsockopen() home solution?
source share