1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-21 04:40:51 +03:00
Files
mvfst/quic/codec/QuicReadCodec.cpp
Aman Sharma d7d0521701 Use toString instead of moveToFbString in QuicReadCodec.cpp
Summary: `toString` works for both `folly::IOBuf` and `QuicBuffer`, so we're using that instead. Note that in folly::IOBuf::toString and folly::IOBuf::to<std::string> are equivalent.

Reviewed By: joanna-jo

Differential Revision: D85786044

fbshipit-source-id: 63c5627d927ab8f328639dd9225dd4f01b268f32
2025-10-30 15:40:35 -07:00

27 KiB