Skip to content

⛱️ Refactoring closing HTTP/2 session #6877

@masaori335

Description

@masaori335

There are too many paths to close/free Http2ClientSession/Http2ConnectionState. I know this is result of fixing bunch of issues step by step in the past. However, having similar name functions and call them each other doesn't make sense and it making us hard to find bugs.

Notes

TODOs

  • Rename Http2ConnectionState::release_stream() because the name doesn't describe what the function does
  • Design how to close Http2ClientSession/Http2ConnectionState simply

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions