We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f547f9 commit 5e8f7bbCopy full SHA for 5e8f7bb
src/core/connection_pool.c
@@ -714,8 +714,8 @@ MsQuicConnectionPoolCreate(
714
//
715
// Close every connection that was created.
716
// The application will receive the shutdown notification.
717
- // Wait for the task to be complete so that when this function returns to the app,
718
- // all connections are closed (since the shutdown notification is visible).
+ // Wait for the task to complete so that when this function returns to the app,
+ // all connections are already closed (since the shutdown notification is visible).
719
720
for (uint32_t i = 0; i < CreatedConnections; i++) {
721
QuicConnPoolQueueConnectionClose(Connections[i], TRUE);
0 commit comments