[phobos] [D-Programming-Language/phobos] 787770: Fix issue 14762
GitHub via phobos
phobos at puremagic.com
Tue Jul 28 00:28:14 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 7877708089c5b6b33d88c4c0279ae367e624df1e
https://github.com/D-Programming-Language/phobos/commit/7877708089c5b6b33d88c4c0279ae367e624df1e
Author: karronoli <karo+git at karonori.com>
Date: 2015-07-16 (Thu, 16 Jul 2015)
Changed paths:
M std/net/curl.d
Log Message:
-----------
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
Commit: b34ff324f0bfe539a12797f0b29359681c8c888b
https://github.com/D-Programming-Language/phobos/commit/b34ff324f0bfe539a12797f0b29359681c8c888b
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2015-07-28 (Tue, 28 Jul 2015)
Changed paths:
M std/net/curl.d
Log Message:
-----------
Merge pull request #3465 from karronoli/fix-curl-http
Issue 14762 - Reduce confusion for libcurl after HTTP request.
Compare: https://github.com/D-Programming-Language/phobos/compare/cc64dc38e991...b34ff324f0bf
More information about the phobos
mailing list