Skip to content

Make Content-Encoding configurable#1071

Merged
OlgaMaciaszek merged 4 commits intospring-cloud:mainfrom
AndreTeigler:main
Sep 25, 2024
Merged

Make Content-Encoding configurable#1071
OlgaMaciaszek merged 4 commits intospring-cloud:mainfrom
AndreTeigler:main

Conversation

@AndreTeigler
Copy link
Copy Markdown
Contributor

A new configuration property was added to make the Content-Encoding configurable when using the feign request compression. The default values are the same as the previous hardcoded values.

Fixes gh-1048

A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.

Closes issue 1048
Copy link
Copy Markdown
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @AndreTeigler, thanks for the PR. Have requested some changes, mostly minor. Please address the comments.

AndreTeigler and others added 2 commits September 12, 2024 21:25
A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.

Closes issue 1048
Copy link
Copy Markdown
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @AndreTeigler. I have added some more comments.

@OlgaMaciaszek OlgaMaciaszek added bug Something isn't working and removed waiting-for-triage labels Sep 13, 2024
@OlgaMaciaszek OlgaMaciaszek self-assigned this Sep 13, 2024
A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.

Closes issue 1048
Copy link
Copy Markdown
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @AndreTeigler. LGTM.

@OlgaMaciaszek OlgaMaciaszek merged commit ee9f34f into spring-cloud:main Sep 25, 2024
OlgaMaciaszek pushed a commit that referenced this pull request Sep 25, 2024
* Make Content-Encoding configurable

A new configuration property was added to make the Content-Encoding
configurable when using the feign request compression. The default
values are the same as the previous hardcoded values.

Closes issue 1048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misleading Content-Encoding Header in Default-Setup for Request Compression

3 participants