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

TS-4542: ASAN error with HTTP/2 priority #751

Closed
wants to merge 1 commit into from
Closed

TS-4542: ASAN error with HTTP/2 priority #751

wants to merge 1 commit into from

Conversation

bryancall
Copy link
Contributor

No description provided.

@bryancall bryancall closed this Jun 27, 2016
@atsci
Copy link

atsci commented Jun 27, 2016

FreeBSD build successful! See https://ci.trafficserver.apache.org/job/Github-FreeBSD/359/ for details.

@atsci
Copy link

atsci commented Jun 27, 2016

Linux build successful! See https://ci.trafficserver.apache.org/job/Github-Linux/253/ for details.

@zwoop
Copy link
Contributor

zwoop commented Jun 28, 2016

This seems good, +1.

One comment, as discussed on the IRC:

It seems unfortunate that we have two state variables (closed=true, and the _state= HTTP2_STREAM_STATE_CLOSED for H2) indicating the same state. It seems that we ended up with this bug because we set the closed=true, but forgot to update the _state.

At a minimum, maybe we should add some strategic ink_assert() in places where these two can get obviously out of sync?

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.

3 participants