We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d981f86 commit e158aa5Copy full SHA for e158aa5
1 file changed
src/tools/spin/spinquic.cpp
@@ -400,12 +400,7 @@ struct SpinQuicConnection {
400
//
401
// Allocates Count connection wrappers and records a raw pointer to each in
402
// 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.
+// a connection pool.
409
410
static bool SpinAllocateConnectionWrappers(
411
uint16_t Count,
0 commit comments