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 Mar 30, 2024
1 parent 192ddf3 commit b7ef528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion transports/http3-quiche/third_party/boringssl/src
2 changes: 1 addition & 1 deletion transports/http3-quiche/third_party/quiche
Submodule quiche updated 40 files
+6 −0 quiche/balsa/balsa_frame.cc
+36 −1 quiche/balsa/balsa_frame_test.cc
+5 −0 quiche/balsa/http_validation_policy.h
+17 −247 quiche/blind_sign_auth/blind_sign_auth.cc
+0 −19 quiche/blind_sign_auth/blind_sign_auth.h
+3 −72 quiche/blind_sign_auth/blind_sign_auth_test.cc
+3 −0 quiche/blind_sign_auth/proto/any.proto
+3 −0 quiche/blind_sign_auth/proto/auth_and_sign.proto
+1 −0 quiche/blind_sign_auth/proto/get_initial_data.proto
+1 −0 quiche/blind_sign_auth/proto/key_services.proto
+1 −0 quiche/blind_sign_auth/proto/proxy_layer.proto
+1 −0 quiche/blind_sign_auth/proto/public_metadata.proto
+11 −1 quiche/blind_sign_auth/proto/spend_token_data.proto
+1 −1 quiche/common/quiche_feature_flags_list.h
+9 −0 quiche/common/quiche_protocol_flags_list.h
+9 −4 quiche/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc
+28 −22 quiche/http2/hpack/huffman/hpack_huffman_decoder_test.cc
+34 −24 quiche/http2/hpack/huffman/hpack_huffman_encoder_test.cc
+12 −8 quiche/http2/hpack/varint/hpack_varint_decoder_test.cc
+16 −6 quiche/http2/hpack/varint/hpack_varint_encoder_test.cc
+8 −4 quiche/http2/test_tools/hpack_block_builder_test.cc
+6 −1 quiche/http2/test_tools/hpack_example.cc
+84 −66 quiche/http2/test_tools/http2_frame_builder_test.cc
+21 −6 quiche/oblivious_http/buffers/oblivious_http_response_test.cc
+17 −8 quiche/oblivious_http/common/oblivious_http_header_key_config_test.cc
+15 −15 quiche/quic/core/congestion_control/bandwidth_sampler.cc
+40 −25 quiche/quic/core/congestion_control/bandwidth_sampler.h
+1 −1 quiche/quic/core/congestion_control/bandwidth_sampler_test.cc
+4 −2 quiche/quic/core/congestion_control/bbr2_misc.h
+2 −2 quiche/quic/core/quic_flags_list.h
+8 −9 quiche/quic/core/quic_framer.cc
+2 −1 quiche/quic/core/quic_framer.h
+2 −0 quiche/quic/qbone/qbone_packet_processor.cc
+6 −0 quiche/quic/qbone/qbone_packet_processor.h
+19 −6 quiche/quic/qbone/qbone_packet_processor_test.cc
+2 −0 quiche/quic/qbone/qbone_packet_processor_test_tools.h
+2 −0 quiche/quic/qbone/qbone_server_session.h
+29 −21 quiche/spdy/core/hpack/hpack_decoder_adapter_test.cc
+3 −4 quiche/spdy/core/spdy_protocol.cc
+7 −3 quiche/spdy/core/spdy_protocol.h

0 comments on commit b7ef528

Please sign in to comment.