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

A multipart message with the boundary string inside the body fails parsing #3453

Closed
calvincestari opened this issue Oct 1, 2024 · 2 comments · Fixed by apollographql/apollo-ios-dev#502
Assignees
Labels
bug Generally incorrect behavior networking-stack

Comments

@calvincestari
Copy link
Member

If given the following multipart message the parser will incorrectly split the chunk and throw a parsing error.

--graphql
Content-Type: application/json

{
  "data": {
    "field1": "value1--graphql"
  }
}
--graphql--
@calvincestari calvincestari self-assigned this Oct 1, 2024
@calvincestari
Copy link
Member Author

First part of the fix for this is apollographql/apollo-ios-dev#491

Copy link
Contributor

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Generally incorrect behavior networking-stack
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant