guzzle / promises

Promises/A+ library for PHP with synchronous support
MIT License
7.61k stars 116 forks source link

Fix memory leak #128

Closed Nyholm closed 4 years ago

Nyholm commented 4 years ago

Make sure we dont have a reference to the closure in the exception stack trace.

fix https://github.com/guzzle/guzzle/issues/2606 fix https://github.com/hyperf/hyperf/issues/1486 fix #109

GrahamCampbell commented 4 years ago

Heh, interesting. Good work. 👍

limingxinleo commented 4 years ago

👍🏻

Nyholm commented 4 years ago

Thank you for the reviews