Skip to content

fix several http binding serde issues - #690

Merged
lucix-aws merged 1 commit into
mainfrom
fix-sdk3504
Jul 31, 2026
Merged

fix several http binding serde issues#690
lucix-aws merged 1 commit into
mainfrom
fix-sdk3504

Conversation

@lucix-aws

Copy link
Copy Markdown
Collaborator

two issues:

  • deserialization inside an httpPayload struct would still think it was in http bindings and go to read from the headers etc. rather than the body, I just replaced the flaky inBindings flag with a more stateful check
  • serialization of a nested struct inside httpPayload struct would failure to properly close the object } when existing it. the only place we're supposed to skip that close is on the top-level struct when there wasn't a body, fixed with a depth check

relates aws/aws-sdk-go-v2#3504

@lucix-aws
lucix-aws requested review from a team as code owners July 31, 2026 18:26
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

Successfully merging this pull request may close these issues.

2 participants