Skip to content

Possible QuicConnection leak #80172

Closed
@pepone

Description

@pepone

This method is called during the disposal of the listener.

await _finishHandshakeTask.Task.ConfigureAwait(false);

If the _finishHandshakeTask task has already been completed successfully the QuicConnection held by this task is never disposed of, and this is the only reference left to it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions