mirror of
https://github.com/flutter/flutter.git
synced 2026-02-05 11:19:18 +08:00
* Update image_list test to use locally set up https server to validate performance of image loading over https(rather than http) protocol. Https requires more back-and-forward communication before image bytes are sent to the client, shows clear signs of throughput affected by how busy flutter UI isolate is.