We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aws-chunked
Today the SDK's aws-chunked requests are sent with a normal streaming body. However CRT requires these requests to use a specific API (called writeChunk in Java's CRT bindings), otherwise it will raise an AWS_ERROR_HTTP_INVALID_BODY_STREAM error.
writeChunk
AWS_ERROR_HTTP_INVALID_BODY_STREAM
The text was updated successfully, but these errors were encountered:
Closed via #760 and awslabs/aws-crt-kotlin#61
Sorry, something went wrong.
feat!: implement smithy-modeled endpoint resolution for aws sdk (#759)
2fdec4f
lauzadis
No branches or pull requests
Today the SDK's
aws-chunked
requests are sent with a normal streaming body. However CRT requires these requests to use a specific API (calledwriteChunk
in Java's CRT bindings), otherwise it will raise anAWS_ERROR_HTTP_INVALID_BODY_STREAM
error.The text was updated successfully, but these errors were encountered: