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 authored and github-actions[bot] committed Jan 11, 2025
1 parent 7c82ee0 commit 4314668
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/boringssl/src
Submodule src updated 206 files
2 changes: 1 addition & 1 deletion transports/http3-quiche/third_party/quiche
Submodule quiche updated 39 files
+5 −0 build/source_list.bzl
+5 −0 build/source_list.gni
+5 −0 build/source_list.json
+64 −0 quiche/common/bug_utils.cc
+151 −0 quiche/common/bug_utils.h
+200 −0 quiche/common/bug_utils_test.cc
+41 −0 quiche/common/bug_utils_test_helper.h
+6 −4 quiche/common/quiche_feature_flags_list.h
+87 −0 quiche/http2/adapter/adapter_impl_comparison_test.cc
+31 −5 quiche/http2/adapter/header_validator_test.cc
+36 −42 quiche/quic/core/http/end_to_end_test.cc
+31 −10 quiche/quic/core/quic_chaos_protector.cc
+1 −0 quiche/quic/core/quic_chaos_protector.h
+4 −2 quiche/quic/core/quic_chaos_protector_test.cc
+16 −0 quiche/quic/core/quic_received_packet_manager.cc
+6 −0 quiche/quic/core/quic_received_packet_manager.h
+32 −2 quiche/quic/core/quic_received_packet_manager_test.cc
+5 −19 quiche/quic/core/quic_stream_send_buffer.cc
+9 −6 quiche/quic/core/quic_stream_send_buffer.h
+17 −38 quiche/quic/core/quic_stream_send_buffer_test.cc
+1 −1 quiche/quic/core/quic_udp_socket_posix.inc
+14 −0 quiche/quic/core/quic_udp_socket_test.cc
+0 −2 quiche/quic/core/tls_server_handshaker.cc
+43 −57 quiche/quic/moqt/moqt_integration_test.cc
+1 −0 quiche/quic/moqt/moqt_messages.h
+11 −6 quiche/quic/moqt/moqt_session.cc
+7 −2 quiche/quic/moqt/moqt_track.cc
+121 −149 quiche/quic/moqt/tools/chat_client.cc
+15 −29 quiche/quic/moqt/tools/chat_client.h
+16 −11 quiche/quic/moqt/tools/chat_client_bin.cc
+127 −84 quiche/quic/moqt/tools/chat_server.cc
+40 −15 quiche/quic/moqt/tools/chat_server.h
+5 −4 quiche/quic/moqt/tools/chat_server_bin.cc
+76 −0 quiche/quic/moqt/tools/moq_chat.cc
+44 −52 quiche/quic/moqt/tools/moq_chat.h
+23 −20 quiche/quic/moqt/tools/moq_chat_end_to_end_test.cc
+47 −54 quiche/quic/moqt/tools/moq_chat_test.cc
+0 −5 quiche/quic/test_tools/quic_stream_send_buffer_peer.cc
+0 −2 quiche/quic/test_tools/quic_stream_send_buffer_peer.h

0 comments on commit 4314668

Please sign in to comment.