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

codegen: Limit SDKs API payload ignoring trait to unmodeled request inputs #4139

Merged
merged 2 commits into from
Oct 20, 2021

Conversation

jasdel
Copy link
Contributor

@jasdel jasdel commented Oct 20, 2021

Updates the SDK's protocol serialization code generation to only ignore request API payloads for operations without modeled payload input parameters. The SDKs protocol deserializers did not correctly handle this value and caused unexpected close_wait states on the HTTP connection because the response body was not drained.

Updates the SDK's protocol serialization code generation to only ignore
request API payloads for operations without modeled payload input
parameters. The SDKs protocol deserializers did not correctly handle
this value and caused unexpected close_wait states on the HTTP
connection because the response body was not drained.
@jasdel jasdel merged commit 0cb329a into aws:main Oct 20, 2021
@jasdel jasdel deleted the fixup/RestJSONNoPayload branch October 20, 2021 17:30
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.

None yet

3 participants