Wio Terminal fails to download >=8k objects using HttpClient and WiFiClientSecure

Hi,
perhaps it might help to send an additional request header to get chunked transmission

https_client.addHeader( “Accept-Encoding”, “chunked”, true, true);