-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the original commit to not throw exception on non set ops
- For get, contains, and remove do not throw IllegalArgumentException when the header name is invalid. Just ignore the header and do not created a HttpHeaderKeys object. - Update HttpTrailerGeneratorImpl to do the correct equals. The code never would work as it was written.
- Loading branch information
1 parent
e150dcc
commit b86e84a
Showing
6 changed files
with
102 additions
and
87 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
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
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
Oops, something went wrong.