DescriptionUse unique_ptrs to manage callback lifetimes in some QUIC code
Follow-up to cl/132102408.
This CL eliminates the self-deleting callback pattern from a chunk of
QUIC code and replaces it with explicit unique_ptr ownership of all
callbacks.
Replace self-deleting callbacks with unique_ptr owned callbacks in some
QUIC code. No functional change intended, not flag-protected.
Merge internal change: 132439857
Patch Set 1 #
Total comments: 2
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 5 (1 generated)
|