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 2, 2024
1 parent bb74e65 commit 17576fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion transports/http3-quiche/third_party/quiche
Submodule quiche updated 31 files
+3 −0 quiche/common/platform/api/quiche_test.h
+3 −0 quiche/common/platform/default/quiche_platform_impl/quiche_test_impl.h
+3 −6 quiche/common/structured_headers.cc
+23 −12 quiche/http2/adapter/oghttp2_session.cc
+4 −0 quiche/http2/adapter/oghttp2_session.h
+3 −3 quiche/http2/test_tools/hpack_example_test.cc
+1 −2 quiche/quic/core/congestion_control/pacing_sender.cc
+0 −9 quiche/quic/core/congestion_control/pacing_sender.h
+31 −1 quiche/quic/core/http/http_decoder.cc
+17 −0 quiche/quic/core/http/http_decoder.h
+55 −0 quiche/quic/core/http/http_decoder_test.cc
+16 −0 quiche/quic/core/http/quic_receive_control_stream.cc
+4 −0 quiche/quic/core/http/quic_receive_control_stream.h
+13 −0 quiche/quic/core/http/quic_spdy_session.cc
+132 −0 quiche/quic/core/http/quic_spdy_stream.cc
+59 −27 quiche/quic/core/http/quic_spdy_stream.h
+75 −0 quiche/quic/core/http/quic_spdy_stream_test.cc
+1 −7 quiche/quic/core/quic_connection.cc
+4 −4 quiche/quic/core/quic_flags_list.h
+4 −11 quiche/quic/core/quic_packet_creator.cc
+0 −6 quiche/quic/core/quic_packet_creator_test.cc
+0 −4 quiche/quic/core/quic_sent_packet_manager.h
+0 −8 quiche/quic/core/quic_session.cc
+6 −1 quiche/quic/masque/masque_client_session.cc
+7 −2 quiche/quic/masque/masque_server_backend.cc
+5 −0 quiche/quic/masque/masque_server_session.cc
+0 −1 quiche/quic/masque/masque_server_session.h
+6 −0 quiche/quic/test_tools/quic_test_utils.h
+2 −2 quiche/quic/tools/interactive_cli.cc
+11 −2 quiche/spdy/core/spdy_protocol.cc
+12 −1 quiche/spdy/core/spdy_protocol.h

0 comments on commit 17576fa

Please sign in to comment.