• Ryan Hamilton's avatar
    Roll src/net/third_party/quiche/src/ ac35d459a..83f29bd6f (17 commits) · ee438d7b
    Ryan Hamilton authored
    https://quiche.googlesource.com/quiche.git/+log/ac35d459a911..83f29bd6fa2b
    
    $ git log ac35d459a..83f29bd6f --date=short --no-merges --format='%ad %ae %s'
    2019-11-13 rch Change CryptoServerConfigForTesting to return a unique_ptr instead of an object because CryptoServerConfigForTesting has now copy constructor.
    2019-11-12 bnc Signal QPACK dynamic table usage from quic_client_interop_test.
    2019-11-11 renjietang Send correct STOP_SENDING/RESET_STREAM frames for different stream types.
    2019-11-11 nharper gfe-relnote: Deprecate gfe2_reloadable_flag_quic_framer_doesnt_create_initial_encrypter
    2019-11-11 renjietang Remove unnecessary code in QuicSpdySession.
    2019-11-11 dschinazi Introduce QuicDatagramFlowId
    2019-11-11 nharper Support resumption in quic_client_interop_test_bin
    2019-11-11 renjietang gfe-relnote: Deprecate gfe2_reloadable_flag_quic_coalesce_stream_frames. The flag is replaced by gfe2_restart_flag_quic_coalesce_stream_frames_2 and is no longer in use.
    2019-11-11 renjietang Modify write_index_ advancement to incorporate coalescing stream frames.
    2019-11-11 nharper gfe-relnote: Enable certificate verification on TLS resumption in QUIC, protected by reloadable flag quic_supports_tls_handshake
    2019-11-11 nharper gfe-relnote: Add SessionCache to TlsClientHandshaker, protected by reloadable flag quic_supports_tls_handshake
    2019-11-11 dschinazi Allow changing max_packet_size from QuicConfig
    2019-11-11 wub gfe-relnote: (n/a) Add some log for QUIC bbr2 code. Logging only.
    2019-11-11 bnc Remove QuicDispatcher::set_new_session_allowed_per_event_loop().
    2019-11-11 ianswett Add a missing flag count for gfe2_reloadable_flag_quic_bbr_one_mss_conservation.
    2019-11-11 ianswett Re-enable QuicPacketCreatorTest::ConsumeDataLargeSendAckTrue for versions with the invariant header.
    2019-11-08 fayang gfe-relnote: In QUIC, close connection if CreateAndSerializeStreamFrame fails. Protected by gfe2_reloadable_flag_quic_close_connection_on_failed_consume_data_fast_path.
    
    Created with:
      roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src
    
    Change-Id: I5d54d00941b84ab5b89d8d9ec5324268ce1d7745
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914967
    Commit-Queue: Ryan Hamilton <rch@chromium.org>
    Auto-Submit: Ryan Hamilton <rch@chromium.org>
    Reviewed-by: default avatarZhongyi Shi <zhongyi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#715356}
    ee438d7b
quic_simple_client.cc 3.1 KB