Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused properties in Server config #428

Closed
kvosper opened this issue Jun 10, 2019 · 4 comments
Closed

Unused properties in Server config #428

kvosper opened this issue Jun 10, 2019 · 4 comments
Assignees

Comments

@kvosper
Copy link
Contributor

kvosper commented Jun 10, 2019

The problem

Several properties exist in the NettyServerConfig that are not used anywhere. These could be deprecated, or the configurability may have been accidentally removed.

Detailed description

These ones are not used:

  • tcpNoDelay
  • nioReuseAddress
  • nioKeepAlive
  • maxContentLength

Acceptance criteria

  • Reintroduce configurability where needed
  • Remove any properties not needed
@manishsahni2000
Copy link
Contributor

manishsahni2000 commented Sep 29, 2019

Hi ,

I have created a PR for this, Please review and let me know @kvosper @mikkokar

@mikkokar
Copy link
Contributor

Thank you @manishsahni2000! I will have a look.

@mikkokar
Copy link
Contributor

PR is #464.

@mikkokar
Copy link
Contributor

mikkokar commented Oct 4, 2019

Fixed & merged.

@mikkokar mikkokar closed this as completed Oct 4, 2019
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

No branches or pull requests

3 participants