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 2, 2023
1 parent f82cfb1 commit 479e9d0
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 36 files
+26 −21 build/source_list.bzl
+26 −21 build/source_list.gni
+26 −21 build/source_list.json
+22 −0 quiche/BUILD.bazel
+10 −1 quiche/blind_sign_auth/anonymous_tokens/cpp/client/anonymous_tokens_rsa_bssa_client.cc
+4 −1 quiche/blind_sign_auth/anonymous_tokens/cpp/client/anonymous_tokens_rsa_bssa_client_test.cc
+4 −6 quiche/blind_sign_auth/blind_sign_auth.cc
+1 −2 quiche/blind_sign_auth/blind_sign_auth.h
+12 −0 quiche/blind_sign_auth/blind_sign_auth_protos.h
+2 −7 quiche/blind_sign_auth/blind_sign_auth_test.cc
+4 −6 quiche/blind_sign_auth/proto/auth_and_sign.proto
+1 −1 quiche/http2/adapter/nghttp2.h
+2 −1 quiche/http2/adapter/nghttp2_test.cc
+115 −0 quiche/http2/adapter/oghttp2_adapter_test.cc
+2 −0 quiche/quic/core/crypto/crypto_protocol.h
+2 −2 quiche/quic/core/http/end_to_end_test.cc
+1 −1 quiche/quic/core/http/quic_spdy_server_stream_base.cc
+4 −1 quiche/quic/core/quic_connection.cc
+3 −0 quiche/quic/core/quic_connection.h
+13 −3 quiche/quic/core/quic_connection_test.cc
+9 −2 quiche/quic/core/quic_dispatcher.cc
+3 −3 quiche/quic/core/quic_dispatcher.h
+115 −82 quiche/quic/core/quic_dispatcher_test.cc
+3 −0 quiche/quic/core/quic_error_codes.cc
+4 −1 quiche/quic/core/quic_error_codes.h
+2 −0 quiche/quic/core/quic_flags_list.h
+6 −3 quiche/quic/masque/masque_dispatcher.cc
+7 −3 quiche/quic/masque/masque_dispatcher.h
+7 −1 quiche/quic/qbone/qbone_client.cc
+10 −0 quiche/quic/qbone/qbone_client.h
+5 −2 quiche/quic/qbone/qbone_client_test.cc
+5 −0 quiche/quic/test_tools/quic_connection_peer.cc
+2 −0 quiche/quic/test_tools/quic_connection_peer.h
+6 −2 quiche/quic/test_tools/quic_test_server.cc
+6 −3 quiche/quic/tools/quic_simple_dispatcher.cc
+5 −2 quiche/quic/tools/quic_simple_dispatcher.h

0 comments on commit 479e9d0

Please sign in to comment.