Skip to content

Move generic http settings out of netty module#26310

Merged
Tim-Brooks merged 1 commit intoelastic:masterfrom
Tim-Brooks:move_http_settings
Aug 25, 2017
Merged

Move generic http settings out of netty module#26310
Tim-Brooks merged 1 commit intoelastic:masterfrom
Tim-Brooks:move_http_settings

Conversation

@Tim-Brooks
Copy link
Copy Markdown
Contributor

There is a group of five settings relating to raw tcp configurations
(no_delay, buffer sizes, etc) that we have for the http transport. These
currently live in the netty module. As they are unrelated to netty
specifically, this commit moves these settings to the
HttpTransportSettings class in core.

There is a group of five settings relating to raw tcp configurations
(no_delay, buffer sizes, etc) that we have for the http transport. These
currently live in the netty module. As they are unrelated to netty
specifically, this commit moves these settings to the
`HttpTransportSettings` class in core.
Copy link
Copy Markdown
Member

@jasontedor jasontedor left a comment

Choose a reason for hiding this comment

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

LGTM.

@Tim-Brooks
Copy link
Copy Markdown
Contributor Author

Thanks for the review @jasontedor

@Tim-Brooks Tim-Brooks merged commit 0551d2f into elastic:master Aug 25, 2017
Tim-Brooks added a commit that referenced this pull request Aug 25, 2017
There is a group of five settings relating to raw tcp configurations
(no_delay, buffer sizes, etc) that we have for the http transport. These
currently live in the netty module. As they are unrelated to netty
specifically, this commit moves these settings to the
`HttpTransportSettings` class in core.
@Tim-Brooks Tim-Brooks deleted the move_http_settings branch November 14, 2018 14:50
@jimczi jimczi added v7.0.0-beta1 and removed v7.0.0 labels Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Distributed/Network Http and internode communication implementations >non-issue v6.1.0 v7.0.0-beta1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants