Skip to content

Commit

Permalink
Merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Oct 19, 2023
1 parent 19094ca commit 82a9155
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ abstract class AwsHttpBindingProtocolGenerator : HttpBindingProtocolGenerator()
"SDKAppendsGzipAndIgnoresHttpProvidedEncoding_awsJson1_1",
"SDKAppendsGzipAndIgnoresHttpProvidedEncoding_awsQuery",
"SDKAppendsGzipAndIgnoresHttpProvidedEncoding_ec2Query",

// FIXME - missing Content-Type on restXml empty payloads, see https://github.com/awslabs/aws-sdk-kotlin/issues/1050
"RestXmlHttpPayloadWithUnsetUnion",
),
)

Expand Down

0 comments on commit 82a9155

Please sign in to comment.