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:
committed by
Facebook GitHub Bot
parent
048e64e2f1
commit
bcbe5adce4
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user