Closed ksanislo closed 7 years ago
Thanks! I restarted working on the project, and this will be added soon!
Cool, just fwiw the 3ds-example for http has been updated to be a better example if you want a clean reference.
Thanks for telling me that, I'll take a look at it.
I fixed this in a new branch, httpc_overhaul. It should be merged to master soon, after a bit more testing.
This call will return a size of 0 even if there's data, in the case of Transfer-Encoding: chunked, or other CGI type responses... Look at the patch I submitted to lpp-3ds for a similar issue and how it avoid it by looping over httpcDownloadData() until finished instead.