WiFi101 upgraded to current version and cannot receive entire server response.

I use MKR1000 to collect weather information. The program calls api.openweather.org which returns a long xml response.

http://samples.openweathermap.org/data/2.5/forecast?q=London,us&mode=xml&appid=b6907d289e10d714a6e88b30761fae22

I wrote the program with Wifi library v 9.0. It works well. However I updated the library to current version and the program will only receive 1440 characters (about 10% of the response). Search and search and I can't find a reference to increase the buffer.

Meantime I regressed to the older library version. I would appreciate guidance or feedback or links to references so I can get the current library installed and receive the entire xml stream.

Thank you.

Hi @eye311,

Could you please open an issue on Github to track this? Issues · arduino-libraries/WiFi101 · GitHub

Please include a minimal sketch that can be used to reproduce this condition. Thanks.