[Issue 14762] Do not use other method options on persistent connection.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 28 00:28:18 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14762

--- Comment #1 from github-bugzilla at 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.

--


More information about the Digitalmars-d-bugs mailing list