Skip to content

Bugfix

Compare
Choose a tag to compare
@timopruesse timopruesse released this 11 Oct 13:36
· 63 commits to master since this release
3b39c9b

The use of new HandlerStack was breaking the possibility to use a shared cookie jar by passing cookies => true in the GuzzleClient constructor (http://docs.guzzlephp.org/en/stable/quickstart.html#cookies).

Thanks @remipou!