You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
This diff adds a default constructor to QuicBuffer that behaves similarly to folly::IOBuf's default constructor.
This is used in `InplaceQuicPacketBuilder::buildPacket` where the else branch is the fallback for cases where no header/body spans were established (e.g. the builder never wrote out the header or payload), so we release the borrowed buffer and return a packet with default-constructed Buf()s.
Reviewed By: jbeshay
Differential Revision: D85726178
fbshipit-source-id: 249cb3042052221a09afc9230a87d4bea34e07d3
0 commit comments