Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.16k stars 75 forks source link

Improve error handling #185

Closed nicolas-grekas closed 3 years ago

nicolas-grekas commented 3 years ago

The current logic breaks when eg stream_get_contents() triggers a warning after a timeout. See https://github.com/symfony/symfony/issues/42100 for background. guzzle/psr7 has the same issue btw.

simPod commented 3 years ago

@Nyholm would you mind releasing a new patch? Thanks!