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

anonymous4 <dfj1es...@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 <dfj1es...@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.

--

Reply via email to