Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Fix for performance issue in Http\Response #6333

Merged
merged 1 commit into from
Jun 12, 2014

Conversation

mdurrant
Copy link
Contributor

The previous loop proved to be the root cause of extreme performance issues when dealing with large text responses, as it caused an array_shift to be fired every single line.

@weierophinney weierophinney self-assigned this Jun 12, 2014
@weierophinney weierophinney added this to the 2.3.2 milestone Jun 12, 2014
weierophinney added a commit that referenced this pull request Jun 12, 2014
Fix for performance issue in Http\Response
weierophinney added a commit that referenced this pull request Jun 12, 2014
@weierophinney weierophinney merged commit 790c2da into zendframework:master Jun 12, 2014
weierophinney added a commit that referenced this pull request Jun 12, 2014
weierophinney added a commit to zendframework/zend-http that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-http that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-http that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants