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

Connection closed before full header was recieved error #1405

Open
Star-Lord-76 opened this issue Feb 7, 2024 · 2 comments
Open

Connection closed before full header was recieved error #1405

Star-Lord-76 opened this issue Feb 7, 2024 · 2 comments

Comments

@Star-Lord-76
Copy link

I'm encountering an intermittent issue while fetching data from a GraphQL endpoint using the graphql_flutter package in my Flutter app. Occasionally, I receive the error message "Connection closed before full header was received", while at other times, the requests succeed without any problems.

Here are the logs for more context:

flutter: OperationException(linkException: ServerException(originalException: Connection closed before full header was received, originalStackTrace: #0 IOClient.send (package:http/src/io_client.dart:96:7)

#1 HttpLink._executeRequest (package:gql_http_link/src/link.dart:131:24)

#2 HttpLink.request (package:gql_http_link/src/link.dart:76:26)

#3 _StreamController._add (dart:async/stream_controller.dart:656:3)

, parsedResponse: null), graphqlErrors: [])

@Star-Lord-76 Star-Lord-76 changed the title Connection closed before full header was recieved error in graphql_flutter Connection closed before full header was recieved error Feb 7, 2024
@priyanshnama
Copy link

can i pick this up ?

@Star-Lord-76
Copy link
Author

can i pick this up ?

Do you have any idea about this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants