Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions proxy/http2/Http2Stream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,8 @@ Http2Stream::do_io_close(int /* flags */)

if (parent) {
// Make sure any trailing end of stream frames are sent
// Ourselve will be removed at send_data_frames or closing connection phase
static_cast<Http2ClientSession *>(parent)->connection_state.send_data_frames(this);

// Remove ourselves from the stream list
static_cast<Http2ClientSession *>(parent)->connection_state.delete_stream(this);
}
parent = NULL;

Expand Down