mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-11-25 15:43:13 +03:00
Summary: change signature of both `ClientHandshake::getServerTransportParams` & `ClientTransportParametersExtension::getServerTransportParams` from: ``` folly::Optional<ServerTransportParameters> getServerTransportParams() ``` to: ``` const folly::Optional<ServerTransportParameters>& getServerTransportParams() ``` previously this would `std::move(serverTransportParameters_)` after reading it, effectively making it possible to only read the value once. Reviewed By: kvtsoy Differential Revision: D48356933 fbshipit-source-id: deddd9101979c1ef30d540b67216dc9611ced713
15 KiB
15 KiB