Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DioException HttpException: Connection closed before response was received #2135

Closed
LambGe opened this issue Mar 13, 2024 · 2 comments
Closed

Comments

@LambGe
Copy link

LambGe commented Mar 13, 2024

Package

dio

Version

5.4.1

Operating-System

Android, iOS

Output of flutter doctor -v

No response

Dart Version

3.3.0

Steps to Reproduce

Future.wait([
_getUserInfo(),
_getCurrentServerInfo()
])

Expected Result

Both requests can succeed

Actual Result

One interface is successful, and the other one reports an error.

@LambGe LambGe added h: need triage This issue needs to be categorized s: bug Something isn't working labels Mar 13, 2024
@Ensonberg
Copy link

same error here

@AlexV525
Copy link
Member

This typically means the connection is not stable and ends by the underlying platform. There is nothing related to the Dio itself.

@AlexV525 AlexV525 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 14, 2024
@AlexV525 AlexV525 added i: not related and removed h: need triage This issue needs to be categorized s: bug Something isn't working labels Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants