首页 > 解决方案 > flutter HttpException:在收到完整标头之前连接已关闭

问题描述

它仅发生在图像 URL 加载以下图像会导致问题

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,
               ),

标签: flutterdart-http

解决方案


推荐阅读