-
Notifications
You must be signed in to change notification settings - Fork 650
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow non-nil but empty headers (#2826)
* Allow non-nil but empty headers
- Loading branch information
Showing
47 changed files
with
915 additions
and
820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": "1a4f8663-e686-46a7-a2f0-546bf0a7fb59", | ||
"type": "bugfix", | ||
"description": "Allow non-nil but empty headers", | ||
"modules": [ | ||
"internal/protocoltest/awsrestjson", | ||
"internal/protocoltest/restxml" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
internal/protocoltest/awsrestjson/api_op_NullAndEmptyHeadersClient_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
internal/protocoltest/restxml/api_op_NullAndEmptyHeadersClient_test.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.