Skip to content

Commit e158aa5

Browse files
committed
Cleaned up comment
1 parent d981f86 commit e158aa5

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/tools/spin/spinquic.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,12 +400,7 @@ struct SpinQuicConnection {
400400
//
401401
// Allocates Count connection wrappers and records a raw pointer to each in
402402
// Contexts, for use as the per-connection initial ClientContext when creating
403-
// a connection pool. Ownership stays with the unique_ptrs in Wrappers until
404-
// the caller transfers it (e.g. once the connection is successfully tracked).
405-
// Returns false if any allocation fails, in which case Wrappers cleans up
406-
// whatever was allocated on scope exit and the caller must not proceed with
407-
// the pool create -- a null Context slot would be dereferenced on the
408-
// connection's first event.
403+
// a connection pool.
409404
//
410405
static bool SpinAllocateConnectionWrappers(
411406
uint16_t Count,

0 commit comments

Comments
 (0)