mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-08 09:42:06 +03:00
Remove throws from CryptoFactory
Summary: Continuing the theme, removing them from the CryptoFactory and translating to Expected. Reviewed By: kvtsoy, jbeshay Differential Revision: D74676120 fbshipit-source-id: 715b497e68a4e3004811038cba479c443d5398fd
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c088421ecf
commit
bf71d17f2c
@@ -242,7 +242,7 @@ class TestQuicTransport
|
||||
transportConn = conn.get();
|
||||
conn_.reset(conn.release());
|
||||
aead = test::createNoOpAead();
|
||||
headerCipher = test::createNoOpHeaderCipher();
|
||||
headerCipher = test::createNoOpHeaderCipher().value();
|
||||
connIdAlgo_ = std::make_unique<DefaultConnectionIdAlgo>();
|
||||
setConnectionSetupCallback(connSetupCb);
|
||||
setConnectionCallbackFromCtor(connCb);
|
||||
|
Reference in New Issue
Block a user