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

Fix aws-chunked content encoding when using the CrtHttpEngine #759

Closed
lauzadis opened this issue Dec 9, 2022 · 1 comment
Closed

Fix aws-chunked content encoding when using the CrtHttpEngine #759

lauzadis opened this issue Dec 9, 2022 · 1 comment
Assignees
Labels
bug This issue is a bug.

Comments

@lauzadis
Copy link
Contributor

lauzadis commented Dec 9, 2022

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.

@lauzadis
Copy link
Contributor Author

lauzadis commented Feb 2, 2023

Closed via #760 and awslabs/aws-crt-kotlin#61

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

No branches or pull requests

1 participant