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.html

Reply via email to