Hi everybody,
the following script crashes on Windows (gretl 2023c-git build date 2023-10-07) when I try to convert to a bundle.

<code>
bundle bun = null
bun.header = "text/html,application/xhtml+xml,application/xml"
bun.URL = "http://dataservices.imf.org/REST/SDMX_JSON.svc/Dataflow"
curl(&bun)
a = bread(bun.output)
</code>

Does anyone have the same problem?

Best

Federico