flutter HttpException:在收到完整的标头之前,连接已关闭

时间:2019-12-13 07:22:24

标签: flutter dart-http

仅对图片Urls发生 加载以下图像会导致问题

flutter: Another exception was thrown: HttpException: Connection closed before full header was received, uri = https://wagstays-static-cdn-dev.s3.amazonaws.com/media/user_89/pet/wagstays_pet_.2d7f49042718400aa970361186dc7e0e.jpg

 Image.network(snapshot.data.imageUrl,
              width: MediaQuery.of(context).size.width,
              height: MediaQuery.of(context).size.height / 2.98,
               ),

0 个答案:

没有答案