php-http / curl-client

cURL client
http://httplug.io
MIT License
443 stars 28 forks source link

Make sure we rewind streams #30

Closed Nyholm closed 7 years ago

Nyholm commented 7 years ago

Guzzle and socket client rewinds streams. We should as well.

See discussion: https://github.com/php-http/message/pull/72

Nyholm commented 7 years ago

Thank you for merging.