You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates SSDK generation so that content-length is properly
calculated. The existing functionality for clients couldn't be
re-used because it is designed to function as a middleware that runs
just beforee the request is sent. That makes sense for the client,
because a middleware could be modifying the body. But since the SSDK
doesn't have middleware, we just embed it directly.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/HttpBindingProtocolGenerator.java
0 commit comments