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

HTTP/2 Stream read/write liveness checks #2888

Open
Scottmitch opened this issue Sep 12, 2014 · 6 comments
Open

HTTP/2 Stream read/write liveness checks #2888

Scottmitch opened this issue Sep 12, 2014 · 6 comments
Assignees
Labels

Comments

@Scottmitch
Copy link
Member

HTTP/2 provides multiplexing which is a mechanism designed to allow multiple logical data transfers over the same channel. Each one of these logical data transfers is called a stream. Netty currently does not provide a way to detect inactive streams the way IdleStateHandler, ReadTimeoutHandler, and WriteTimeoutHandler provides a mechanism to detect an inactive channel. This would be a nice feature to have and may help simplify usage of this codec, and keeping resources lower on production deployments where potentially malicious or just general non-responsive clients (or servers) may exists.

@Scottmitch
Copy link
Member Author

@nmittler - This is carry over from our discussion started in #2872.

@Scottmitch Scottmitch added this to the 5.0.0.Alpha3 milestone Sep 23, 2014
@Scottmitch Scottmitch modified the milestones: 4.1.0.Beta5, 5.0.0.Alpha3 Mar 25, 2015
@Scottmitch Scottmitch self-assigned this Apr 8, 2015
@Scottmitch
Copy link
Member Author

taking assignment to keep track...nothing immediately planned on this...

@nmittler
Copy link
Member

nmittler commented Apr 8, 2015

@Scottmitch is this an old issue? I would think the topic of stream lifecycle management has been overtaken by #3448 and #3544

@Scottmitch Scottmitch changed the title HTTP/2 Stream inactivity monitor and cleanup HTTP/2 Stream read/write/idle liveness checks Apr 8, 2015
@Scottmitch
Copy link
Member Author

@nmittler - Yes this is an old issue, but I think it is still valid. This is more about providing "aliveness" checks on individual streams. I updated the title of the issue to clarify.

@nmittler
Copy link
Member

nmittler commented Apr 8, 2015

ah ok, do we really think this is important enough to target for 4.1.0.Beta5? Is it something you have an immediate need for?

@Scottmitch Scottmitch removed this from the 4.1.0.Beta5 milestone Apr 8, 2015
@Scottmitch
Copy link
Member Author

@nmittler - Nope. Thanks for pointing that out...just habit...went on a click spree.

@Scottmitch Scottmitch changed the title HTTP/2 Stream read/write/idle liveness checks HTTP/2 Stream read/write liveness checks Apr 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants