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

http2: Ignore if we have stream ID not in hash in on_stream_close #272

Closed

Conversation

tatsuhiro-t
Copy link
Contributor

We could get stream ID not in the hash in on_stream_close. For
example, if we decided to reject stream (e.g., PUSH_PROMISE), then we
don't create stream and store it in hash with its stream ID.

We could get stream ID not in the hash in on_stream_close.  For
example, if we decided to reject stream (e.g., PUSH_PROMISE), then we
don't create stream and store it in hash with its stream ID.
@tatsuhiro-t
Copy link
Contributor Author

As discussed, I leave error message but replace failf with infof, and updated PR. PTAL.

@bagder
Copy link
Member

bagder commented May 18, 2015

Thanks, merged in e6b42b8

@bagder bagder closed this May 18, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants