5 files changed
+5
-5
lines changed- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebook/mvfst-rev.txt+1-1
- build/deps/github_hashes/facebook/wangle-rev.txt+1-1
- thrift/compiler/generate/templates/cpp2/service_tcc/process_and_return.mustache+2
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/AdapterService.tcc+2
- thrift/compiler/test/fixtures/adapter/out/cpp2/gen-cpp2/Service.tcc+1
- thrift/compiler/test/fixtures/basic-annotations/out/cpp2/gen-cpp2/BadService.tcc+2
- thrift/compiler/test/fixtures/basic-annotations/out/cpp2/gen-cpp2/FooBarBazService.tcc+3
- thrift/compiler/test/fixtures/basic-annotations/out/cpp2/gen-cpp2/MyService.tcc+7
- thrift/compiler/test/fixtures/basic-annotations/out/cpp2/gen-cpp2/MyServicePrioChild.tcc+1
- thrift/compiler/test/fixtures/basic-annotations/out/cpp2/gen-cpp2/MyServicePrioParent.tcc+2
- thrift/compiler/test/fixtures/basic-stack-arguments/out/cpp2/gen-cpp2/DbMixedStackArguments.tcc+2
- thrift/compiler/test/fixtures/basic-stack-arguments/out/cpp2/gen-cpp2/MyService.tcc+4
- thrift/compiler/test/fixtures/basic-stack-arguments/out/cpp2/gen-cpp2/MyServiceFast.tcc+4
- thrift/compiler/test/fixtures/basic-structured-annotations/out/cpp2/gen-cpp2/MyService.tcc+2
- thrift/compiler/test/fixtures/basic/out/cpp2/gen-cpp2/DbMixedStackArguments.tcc+2
- thrift/compiler/test/fixtures/basic/out/cpp2/gen-cpp2/FB303Service.tcc+1
- thrift/compiler/test/fixtures/basic/out/cpp2/gen-cpp2/FooService.tcc+1
- thrift/compiler/test/fixtures/basic/out/cpp2/gen-cpp2/MyService.tcc+10
- thrift/compiler/test/fixtures/client-methods/out/cpp2/gen-cpp2/HeaderClientMethodsAnnotationOnFunction.tcc+2
- thrift/compiler/test/fixtures/client-methods/out/cpp2/gen-cpp2/HeaderClientMethodsAnnotationOnService.tcc+2
- thrift/compiler/test/fixtures/coroutines/out/cpp2/gen-cpp2/MyService.tcc+5
- thrift/compiler/test/fixtures/doctext/out/cpp2/gen-cpp2/C.tcc+3
- thrift/compiler/test/fixtures/exceptions/out/cpp2/gen-cpp2/Raiser.tcc+4
- thrift/compiler/test/fixtures/fatal/out/cpp2/gen-cpp2/service1.tcc+6
- thrift/compiler/test/fixtures/fatal/out/cpp2/gen-cpp2/service2.tcc+6
- thrift/compiler/test/fixtures/fatal/out/cpp2/gen-cpp2/service3.tcc+6
- thrift/compiler/test/fixtures/fatal/out/cpp2/gen-cpp2/service_with_special_names.tcc+28
- thrift/compiler/test/fixtures/includes/out/cpp2_service/gen-cpp2/MyService.tcc+2
- thrift/compiler/test/fixtures/inheritance/out/cpp2/gen-cpp2/MyLeaf.tcc+1
- thrift/compiler/test/fixtures/inheritance/out/cpp2/gen-cpp2/MyNode.tcc+1
- thrift/compiler/test/fixtures/inheritance/out/cpp2/gen-cpp2/MyRoot.tcc+1
- thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/Factories.tcc+13
- thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/InteractWithShared.tcc+8
- thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/MyService.tcc+13
- thrift/compiler/test/fixtures/interactions/out/cpp2/gen-cpp2/Perform.tcc+10
- thrift/compiler/test/fixtures/interactions/out/cpp2_shared/gen-cpp2/InteractLocally.tcc+3
- thrift/compiler/test/fixtures/mcpp2-compare/out/cpp2/gen-cpp2/ParamService.tcc+29
- thrift/compiler/test/fixtures/mcpp2-compare/out/cpp2/gen-cpp2/ReturnService.tcc+21
- thrift/compiler/test/fixtures/mcpp2-compare/out/cpp2_extra_services/gen-cpp2/ExtraService.tcc+9
- thrift/compiler/test/fixtures/namespace_from_package/out/cpp2/gen-cpp2/TestService.tcc+1
- thrift/compiler/test/fixtures/namespace_from_package_without_module_name/out/cpp2/gen-cpp2/TestService.tcc+1
- thrift/compiler/test/fixtures/no_metadata/out/cpp2/gen-cpp2/MyService.tcc+6
- thrift/compiler/test/fixtures/params/out/cpp2/gen-cpp2/NestedContainers.tcc+5
- thrift/compiler/test/fixtures/py3/out/cpp2/gen-py3cpp/DerivedService.tcc+1
- thrift/compiler/test/fixtures/py3/out/cpp2/gen-py3cpp/RederivedService.tcc+1
- thrift/compiler/test/fixtures/py3/out/cpp2/gen-py3cpp/SimpleService.tcc+42
- thrift/compiler/test/fixtures/service-schema/out/cpp2/gen-cpp2/PrimitivesService.tcc+3
- thrift/compiler/test/fixtures/service-schema/out/cpp2_sinit/gen-cpp2/PrimitivesService.tcc+3
- thrift/compiler/test/fixtures/single_file_service/out/cpp2/gen-cpp2/module_handlers-inl.h+6
- thrift/compiler/test/fixtures/sink/out/cpp2/gen-cpp2/SinkService.tcc+7
- thrift/compiler/test/fixtures/split/out/cpp2/gen-cpp2/DbMixedStackArguments.tcc+2
- thrift/compiler/test/fixtures/split/out/cpp2/gen-cpp2/MyService.tcc+8
- thrift/compiler/test/fixtures/stream/out/cpp2/gen-cpp2/PubSubStreamingService.tcc+9
- thrift/compiler/test/fixtures/types/out/cpp2/gen-cpp2/SomeService.tcc+2
- thrift/compiler/test/fixtures/visitation/out/cpp2/gen-cpp2/service1.tcc+6
- thrift/compiler/test/fixtures/visitation/out/cpp2/gen-cpp2/service2.tcc+6
- thrift/compiler/test/fixtures/visitation/out/cpp2/gen-cpp2/service3.tcc+6
- thrift/compiler/test/fixtures/visitation/out/cpp2/gen-cpp2/service_with_special_names.tcc+28
- thrift/lib/cpp2/async/AsyncProcessor.cpp+6
- thrift/lib/cpp2/async/AsyncProcessor.h+16
- thrift/lib/cpp2/server/Cpp2Worker.cpp-3
- thrift/lib/cpp2/server/ServiceInterceptorBase.h+16
- thrift/lib/cpp2/server/test/ServiceInterceptor.thrift+3-1
- thrift/lib/cpp2/server/test/ServiceInterceptorTest.cpp+38-9
- thrift/lib/cpp2/test/CoroutineTest.cpp+3
- thrift/lib/go/thrift/server_options.go+22
- thrift/lib/go/thrift/server_options_test.go+45
- thrift/lib/python/server/PythonAsyncProcessor.cpp+3
- .buckconfig.d/external_cells/facebook/buck2-shims-meta/external_cell.buckconfig+1-1
- .buckconfig.d/external_cells/facebook/folly/external_cell.buckconfig+1-1
- buck2+15-15
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- fizz/backend/BUCK-1
- fizz/backend/openssl/crypto/aead/OpenSSLEVPCipher.cpp-1
- fizz/backend/openssl/crypto/signature/Signature.cpp-2
- fizz/backend/openssl/crypto/test/BUCK-1
- fizz/backend/openssl/crypto/test/OpenSSLKeyUtilsTest.cpp-2
- fizz/crypto/hpke/test/BUCK-2
- fizz/crypto/hpke/test/ContextTest.cpp-2
- fizz/experimental/batcher/test/BUCK-1
- fizz/experimental/batcher/test/BatcherTest.cpp-1
- fizz/extensions/delegatedcred/BUCK-4
- fizz/extensions/delegatedcred/DelegatedCredentialCertManager.cpp-1
- fizz/extensions/delegatedcred/Types.cpp-1
- fizz/extensions/tokenbinding/Validator.cpp-1
- fizz/extensions/tokenbinding/test/BUCK-1
- fizz/extensions/tokenbinding/test/TokenBindingServerExtensionTest.cpp-1
- fizz/record/test/BUCK-1
- fizz/record/test/ExtensionsTest.cpp-1
- fizz/server/BUCK-2
- fizz/server/SlidingBloomReplayCache.cpp-4
- fizz/server/test/AeadTicketCipherTest.cpp-1
- fizz/server/test/BUCK-2
- fizz/server/test/TicketPolicyTest.cpp-1
- fizz/test/BUCK-1
- fizz/test/BogoShim.cpp-1
- fizz/tool/FizzClientLoadGenCommand.cpp-2
- fizz/tool/FizzServerBenchmarkCommand.cpp-3
- folly+1-1
- .buckconfig.d/external_cells/facebook/buck2-shims-meta/external_cell.buckconfig+1-1
- buck2+15-15
- build/deps/github_hashes/facebook/folly-rev.txt+1-1
- build/deps/github_hashes/facebookincubator/fizz-rev.txt+1-1
- quic/QuicConstants.h+3-3
- quic/api/BUCK+35-9
- quic/api/QuicTransportBaseLite.cpp+29-4
- quic/api/QuicTransportBaseLite.h+1-24
- quic/client/QuicClientTransport.cpp+4
- quic/client/QuicClientTransport.h+8
- quic/client/handshake/ClientHandshake.h+8
- quic/codec/Decode.cpp+30-6
- quic/codec/Decode.h+1-1
- quic/codec/Types.cpp+2
- quic/codec/Types.h+10-3
- quic/codec/test/DecodeTest.cpp+89
- quic/common/events/LibevQuicEventBase.cpp-32
- quic/common/events/LibevQuicEventBase.h-7
- quic/common/events/QuicEventBase.h-2
- quic/common/events/test/QuicEventBaseMock.h-1
- quic/common/events/test/QuicEventBaseTestBase.h+1-46
- quic/congestion_control/Bbr2.cpp+9-1
- quic/fizz/client/handshake/FizzClientHandshake.h+4
- quic/logging/QLoggerConstants.cpp+2
- quic/server/QuicServerWorker.cpp+6-2
- quic/server/state/ServerStateMachine.cpp+4-4
- quic/somerge_defs.bzl+3-1
0 commit comments