Skip to content

update netty to 4.0.23.Final #667

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

Closed
wants to merge 3 commits into from

Conversation

softprops
Copy link
Contributor

upgrades netty to 4.0.22.Final

@softprops
Copy link
Contributor Author

update: netty moves faster than my pr's - upgraded again, this time to 4.0.23.Final

@softprops softprops changed the title update netty to 4.0.22.Final update netty to 4.0.23.Final Aug 15, 2014
@slandelle slandelle closed this in 7d285b5 Aug 23, 2014
@slandelle slandelle self-assigned this Aug 23, 2014
cs-workco pushed a commit to cs-workco/async-http-client that referenced this pull request Apr 13, 2023
* Make syncShutdown unavailable from async

Motivation

syncShutdown can cause unbounded thread blocking, we shouldn't allow it
in concurrent code.

Modification

Mark syncShutdown unavailable from async.

Result

Users are warned if they try to syncShutdown in an async context

* Only noasync on 5.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants