Buy commercial curl support from
WolfSSL. We help you work out your issues, debug your libcurl
applications, use the API, port to new platforms, add new features and more.
With a team lead by the curl founder himself.
Re: 8.7.1 : client read function EOF fail, only x/y of needed bytes read
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Matt Barnett via curl-library <curl-library_at_lists.haxx.se>
Date: Thu, 28 Mar 2024 08:56:40 +0000 (UTC)
After many hours I found the issue and it's not a bug - just something that we need to be aware of and change our code when using 8.7.1 vs 8.6.0 We had been using hd_src = fopen(LOCAL_FILE, "r") but it needs to be hd_src = fopen(LOCAL_FILE, "rb");
Date: Thu, 28 Mar 2024 08:56:40 +0000 (UTC)
After many hours I found the issue and it's not a bug - just something that we need to be aware of and change our code when using 8.7.1 vs 8.6.0 We had been using hd_src = fopen(LOCAL_FILE, "r") but it needs to be hd_src = fopen(LOCAL_FILE, "rb");
-- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.htmlReceived on 2024-03-28