Skip to content

Conversation

@masaori335
Copy link
Contributor

The _proxy_ssn is a member variable of ProxyTransaction which is the parent class of Http2Stream.

@masaori335 masaori335 added this to the 10.0.0 milestone Oct 10, 2019
@masaori335 masaori335 self-assigned this Oct 10, 2019
Http2ClientSession *h2_parent = static_cast<Http2ClientSession *>(_proxy_ssn);
SCOPED_MUTEX_LOCK(lock, h2_parent->connection_state.mutex, this_ethread());
h2_parent->connection_state.delete_stream(this);
Http2ClientSession *h2_proxy_ssn = static_cast<Http2ClientSession *>(this->_proxy_ssn);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is also changed for consistency.

@masaori335 masaori335 merged commit 0ee48a0 into apache:master Oct 10, 2019
@zwoop
Copy link
Contributor

zwoop commented Oct 22, 2019

Cherry-picked to v9.0.x branch.

@zwoop zwoop modified the milestones: 10.0.0, 9.0.0 Oct 22, 2019
@zwoop zwoop modified the milestones: 9.0.0, 8.1.0 Apr 6, 2020
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.

3 participants