[Issue 14877] std.net.curl needs PATCH http method
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sun Aug 23 09:16:45 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14877
--- Comment #4 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/ceb29a91c0c4afd3b502ab3c0e163b1fd27b4d39
fix Issue 14877 - std.net.curl needs PATCH http method
- use infilesize for anything but post requests
though apparently curl can use both for non-POST
methods
https://github.com/D-Programming-Language/phobos/commit/6273768859c8c8964adf98f2dd40f0baf6c783b6
Merge pull request #3533 from MartinNowak/fix14877
fix Issue 14877 - std.net.curl needs PATCH http method
--
More information about the Digitalmars-d-bugs
mailing list