Thread overview | |||||
---|---|---|---|---|---|
|
November 12, 2018 [Issue 19385] Question: How to set curl options for HTTP from inside dmd? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19385 anonymous4 <dfj1esp02@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@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. -- |
December 17, 2022 [Issue 19385] Question: How to set curl options for HTTP from inside dmd? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19385 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P4 -- |
December 01 [Issue 19385] Question: How to set curl options for HTTP from inside dmd? | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19385 --- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/phobos/issues/10359 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB -- |
Copyright © 1999-2021 by the D Language Foundation