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

[Clean] Remove useless code #11154

Merged
merged 3 commits into from
Apr 19, 2021
Merged

Conversation

skyguard1
Copy link
Contributor

Motivation:

Clean code, including:

  1. Remove useless code
  2. Change io.netty.handler.codec.http.HttpContentEncoder.State to volatile to ensure memory visibility

Please review this pr, thanks

If there is no issue then describe the changes introduced by this PR.

1. Remove useless code
2. Change io.netty.handler.codec.http.HttpContentEncoder.State to volatile to ensure memory visibility
@normanmaurer normanmaurer merged commit 976486f into netty:4.1 Apr 19, 2021
@normanmaurer normanmaurer added this to the 4.1.64.Final milestone Apr 19, 2021
normanmaurer pushed a commit that referenced this pull request Apr 19, 2021
Motivation:
There is an unused field

Modifications:
Remove useless code

Result:
Code cleanup

Co-authored-by: xingrufei <xingrufei@sogou-inc.com>
raidyue pushed a commit to raidyue/netty that referenced this pull request Jul 8, 2022
Motivation:
There is an unused field

Modifications:
Remove useless code

Result:
Code cleanup

Co-authored-by: xingrufei <xingrufei@sogou-inc.com>
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.

None yet

3 participants