Thread overview
[Issue 14762] Do not use other method options on persistent connection.
July 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14762

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/7877708089c5b6b33d88c4c0279ae367e624df1e Fix issue 14762

without clearing options in perform, curl use previous options.
- Prefer CUSTOM request by libcurl
https://github.com/bagder/curl/blob/master/lib/http.c#L1834
- Change to PUT after PUT by libcurl
https://github.com/bagder/curl/blob/master/lib/http.c#L1830

https://github.com/D-Programming-Language/phobos/commit/b34ff324f0bfe539a12797f0b29359681c8c888b Merge pull request #3465 from karronoli/fix-curl-http

Issue 14762 - Reduce confusion for libcurl after HTTP request.

--
July 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14762

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14762

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/7877708089c5b6b33d88c4c0279ae367e624df1e Fix issue 14762

https://github.com/D-Programming-Language/phobos/commit/b34ff324f0bfe539a12797f0b29359681c8c888b Merge pull request #3465 from karronoli/fix-curl-http

--