Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fbthrift
Submodule fbthrift updated 200 files
2 changes: 1 addition & 1 deletion cachelib/external/mvfst
Submodule mvfst updated 34 files
+1 −1 build/deps/github_hashes/facebook/folly-rev.txt
+1 −1 build/deps/github_hashes/facebookincubator/fizz-rev.txt
+7 −0 quic/QuicConstants.h
+105 −9 quic/api/QuicTransportFunctions.cpp
+13 −1 quic/api/QuicTransportFunctions.h
+1 −1 quic/api/test/QuicTransportFunctionsTest.cpp
+267 −0 quic/api/test/QuicTypedTransportTest.cpp
+5 −2 quic/api/test/QuicTypedTransportTestUtil.h
+6 −0 quic/client/QuicClientTransport.cpp
+32 −3 quic/client/handshake/ClientHandshake.cpp
+34 −2 quic/client/handshake/ClientHandshake.h
+7 −2 quic/client/test/Mocks.h
+112 −14 quic/codec/QuicReadCodec.cpp
+34 −1 quic/codec/QuicReadCodec.h
+580 −1 quic/codec/test/QuicReadCodecTest.cpp
+7 −1 quic/common/test/TestPacketBuilders.cpp
+2 −0 quic/common/test/TestPacketBuilders.h
+10 −0 quic/common/test/TestUtils.h
+15 −4 quic/fizz/client/handshake/FizzClientHandshake.cpp
+5 −2 quic/fizz/client/handshake/FizzClientHandshake.h
+19 −3 quic/fizz/client/test/QuicClientTransportTestUtil.h
+13 −5 quic/fizz/server/handshake/FizzServerHandshake.cpp
+4 −2 quic/fizz/server/handshake/FizzServerHandshake.h
+16 −0 quic/handshake/HandshakeLayer.h
+12 −0 quic/samples/echo/LogQuicStats.h
+4 −0 quic/server/QuicServerTransport.cpp
+32 −5 quic/server/handshake/ServerHandshake.cpp
+39 −8 quic/server/handshake/ServerHandshake.h
+6 −6 quic/server/handshake/test/ServerHandshakeTest.cpp
+14 −3 quic/server/state/ServerStateMachine.cpp
+6 −0 quic/state/QuicTransportStatsCallback.h
+11 −0 quic/state/StateData.h
+9 −0 quic/state/TransportSettings.h
+3 −0 quic/state/test/MockQuicStats.h

0 comments on commit f1156f7

Please sign in to comment.