https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95168
Bug ID: 95168 Summary: libphobos: std.net.curl does not understand HTTP/2 status lines Product: gcc Version: 10.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: d Assignee: ibuclaw at gdcproject dot org Reporter: ibuclaw at gdcproject dot org Target Milestone: --- Fix in upstream is here: https://github.com/dlang/phobos/pull/6752 It's trivial, so can be backported to gcc-10. The effects of this bug means that programs using this module (such as dub, the D package manager) do not work if compiled by gdc-10. gdc-9 would be affected as well.