1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-08-06 22:22:38 +03:00

Introduce a ByteRange typealias

Summary: See title

Reviewed By: kvtsoy

Differential Revision: D73444489

fbshipit-source-id: f83566ce023e8237335d3bb43d89fc471f053afa
This commit is contained in:
Aman Sharma
2025-04-22 23:17:46 -07:00
committed by Facebook GitHub Bot
parent 048e64e2f1
commit bcbe5adce4
43 changed files with 126 additions and 139 deletions

View File

@@ -603,7 +603,7 @@ class TestQuicTransport
Optional<std::vector<uint8_t>> getExportedKeyingMaterial(
const std::string&,
const Optional<folly::ByteRange>&,
const Optional<ByteRange>&,
uint16_t) const override {
return none;
}