Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Sep 16, 2023
1 parent 8c8ba0f commit 1fcf7c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/quiche
Submodule quiche updated 44 files
+3 −0 build/source_list.bzl
+3 −0 build/source_list.gni
+3 −0 build/source_list.json
+6 −3 quiche/binary_http/binary_http_message.cc
+4 −0 quiche/binary_http/binary_http_message_test.cc
+2 −0 quiche/blind_sign_auth/anonymous_tokens/cpp/crypto/rsa_blinder.cc
+6 −0 quiche/blind_sign_auth/anonymous_tokens/cpp/shared/proto_utils.cc
+2 −1 quiche/blind_sign_auth/anonymous_tokens/proto/anonymous_tokens.proto
+5 −0 quiche/common/quiche_crypto_logging.cc
+3 −2 quiche/http2/adapter/http2_protocol.h
+636 −0 quiche/http2/adapter/oghttp2_adapter_metadata_test.cc
+109 −615 quiche/http2/adapter/oghttp2_adapter_test.cc
+5 −1 quiche/http2/adapter/oghttp2_session.cc
+13 −5 quiche/http2/adapter/oghttp2_session.h
+10 −0 quiche/http2/adapter/oghttp2_session_test.cc
+2 −0 quiche/quic/core/crypto/client_proof_source.cc
+2 −0 quiche/quic/core/crypto/crypto_protocol.h
+0 −11 quiche/quic/core/http/end_to_end_test.cc
+8 −0 quiche/quic/core/http/web_transport_http3.h
+2 −2 quiche/quic/core/quic_datagram_queue.cc
+4 −2 quiche/quic/core/quic_datagram_queue.h
+1 −1 quiche/quic/core/quic_error_codes.h
+1 −1 quiche/quic/core/quic_error_codes_test.cc
+2 −2 quiche/quic/core/quic_flags_list.h
+5 −1 quiche/quic/core/quic_framer.cc
+6 −0 quiche/quic/core/quic_framer_test.cc
+7 −0 quiche/quic/core/quic_generic_session.h
+74 −0 quiche/quic/core/quic_generic_session_test.cc
+1 −0 quiche/quic/core/quic_session.cc
+12 −0 quiche/quic/core/quic_session.h
+30 −5 quiche/quic/core/quic_versions.cc
+12 −4 quiche/quic/core/quic_versions.h
+38 −1 quiche/quic/core/quic_versions_test.cc
+1 −0 quiche/quic/core/web_transport_interface.h
+38 −0 quiche/quic/core/web_transport_stats.cc
+22 −0 quiche/quic/core/web_transport_stats.h
+0 −1 quiche/quic/masque/masque_utils.cc
+35 −0 quiche/quic/test_tools/simulator/test_harness.cc
+10 −0 quiche/quic/test_tools/simulator/test_harness.h
+0 −1 quiche/quic/tools/quic_client_interop_test_bin.cc
+0 −15 quiche/quic/tools/quic_toy_client.cc
+1 −17 quiche/quic/tools/quic_toy_server.cc
+13 −0 quiche/web_transport/test_tools/mock_web_transport.h
+30 −0 quiche/web_transport/web_transport.h

0 comments on commit 1fcf7c5

Please sign in to comment.