Skip to content

Fix Connection Header Issue#114

Merged
SerhiiNahornyi merged 6 commits into
masterfrom
fix-connection-header
Mar 4, 2024
Merged

Fix Connection Header Issue#114
SerhiiNahornyi merged 6 commits into
masterfrom
fix-connection-header

Conversation

@AntoxaAntoxic

@AntoxaAntoxic AntoxaAntoxic commented Sep 28, 2023

Copy link
Copy Markdown
Contributor

This is a fix for the #106

@AntoxaAntoxic AntoxaAntoxic self-assigned this Sep 28, 2023
@AntoxaAntoxic AntoxaAntoxic linked an issue Sep 28, 2023 that may be closed by this pull request
.varyBy(HttpHeaders.ACCEPT_ENCODING)
.cacheControl(CacheControl.noCache());
builder = applyHeaders(builder, request);
private static ServerResponse.BodyBuilder applyHeaders(final ServerResponse.BodyBuilder builder,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Considering that you already changed method order, maybe it's worth to change it to a proper one? (statics first, then public, then private)?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can not use http keep-alive with http 1.1 LB

3 participants