仅对图片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,
),