[Issue 19385] Question: How to set curl options for HTTP from inside dmd?
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 12 13:14:11 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19385
anonymous4 <dfj1esp02 at sneakemail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|dmd |phobos
Hardware|x86 |All
See Also| |https://issues.dlang.org/sh
| |ow_bug.cgi?id=19367
OS|Windows |All
--- Comment #1 from anonymous4 <dfj1esp02 at sneakemail.com> ---
See issue 19367 - until 8 november phobos didn't support http2, you're getting
http status 0 and throw an exception for it, you also have a scope guard that
deletes the file if exception is thrown, that exception is later caught and
ignored, that's why you don't see anything happening. It's a good idea to log
exception in its constructor - as soon as possible - this way you have little
chance to ignore it, it's a life saver in remote debugging.
--
More information about the Digitalmars-d-bugs
mailing list