zf1-future
zf1-future copied to clipboard
Fix for very slow chunk processing for larger content in the http res…
This fix is taken from: https://github.com/zendframework/zend-http/blob/master/src/Response.php
Additional information:
- Original code needs about 40 minutes to process a 140MB chunked HTTP response
- Fixed code needs just a second
@aleksandar-mitrev I agree with @boenrobot - I would like to merge this one into 1.23, but better to keep overload logic restoration to prevent any possible regression on older projects. Are you able to update the PR, please?
@develart-projects just have seen that the PR is still open. Is the latest comment still up to date? So shall we still restore the func_overload stuff?
@thomaslauria yep, still awaiting PR update to get this into the master.
@develart-projects mbstring stuff restored