Hi,
i'm experiencing an issue in v1.0 of gmni
in respect to downloading files:
Both gmni and gmnlm fail to download a file.
In gmni the file is empty after the request
is finished (although the output to sdtout is fine),
in gmnlm the download fails with an "Error: read" message.
I've tracked the error down to
https://git.sr.ht/~sircmpwn/gmni/tree/master/item/src/util.c#L86
but i'm currently unsure why br_sslio_read would fail there.
Does anyone confirm this behaviour?
I'm building myself against BearSSL 0.6 on ArchLinux.
Regards
René
I've tried with various urls, e.g. gemini://geminispace.info
Side note:
is it by intent that - to download a file with gmni - the
file needs to exist in the first place?
Regards
René