Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update QUICHE from 92faee243 to 30c4298fb (envoyproxy#30301)
Update QUICHE from 92faee243 to 30c4298fb https://github.com/google/quiche/compare/92faee243..30c4298fb ``` $ git log 92faee243..30c4298fb --date=short --no-merges --format="%ad %al %s" 2023-10-18 asedeno return a null pointer at the end of QuicSession::ProcessPendingStream; should be unreachable, but will appease some compilers. 2023-10-18 vasilvv Fix the standalone QUICHE build 2023-10-18 asedeno Include cstdint for uint64_t 2023-10-18 bnc Add code count for visitor nullptr in QuicSpdyClientStream::OnBodyAvailable(). 2023-10-17 renjietang Default implement QUICHE_PEER_BUG to log the condition too. 2023-10-17 bnc Add QuicSpdySession::GetQpackEncoderReceiveStream(). 2023-10-17 ericorth Update crypto_test_utils to work with QuicConnections other than PacketSavingConnection 2023-10-17 bnc Remove gQUIC push related comments. 2023-10-17 bnc Remove unused QuicSpdyClientSessionBase::IsAuthorized() and OnPushStreamTimedOut(). 2023-10-17 vasilvv Correctly declare constants in //third_party/spdy headers. 2023-10-16 vasilvv Run include_cleaner on //third_party/spdy 2023-10-16 dschinazi Update MASQUE README 2023-10-16 rch Restrict the rate at which MAX_STREAMS can be sent Do not send MAX_STREAM frames if there are already 2 outstanding. 2023-10-16 rch Clean up the tests for QuicControlFrame * Do not redundantly test various conditions. * Break out tests for each of the WriteOrBuffer methods instead of testing all of them together. * Actually verify that right frame is passed to WriteControlFrame. * Eliminate redundant constants by passing frame fields into WriteOrBuffer. * Streamline the OnControlFrameAcked and OnControlFrameLost tests. 2023-10-16 bnc s/ValidatedReceivedHeaders/ValidateReceivedHeaders/ 2023-10-16 wub Deprecate --quic_check_connected_before_set_read_secret. 2023-10-16 quiche-dev Remove exception-prone logic from http2 library. 2023-10-13 ricea HttpHeaderBlock: Return kInserted or kReplaced from insert() 2023-10-13 danzh Split pending stream to full QuicStream conversion by stream type in ProcessPendingStream(). 2023-10-12 bnc Remove unused QuicSpdyClientBase::MaybeAddQuicDataToResend() and class QuicDataToResend. 2023-10-12 danzh And inline ShouldProcessPendingStreamImmediately() implementation in QuicSession. 2023-10-12 bnc Remove unused AddPromiseDataToResend() and associated classes and members. 2023-10-12 bnc Remove spdy_server_push_utils. 2023-10-12 quiche-dev Add other testonly QUICHE flags defined by Envoy. 2023-10-12 bnc No public description 2023-10-11 bnc Move logic that ignores pushed request headers into QuicSpdySession::SpdyFramerVisitor. 2023-10-11 bnc Remove spdy_session->promised_stream_id() and spdy_session->OnHeadersList() calls from QuicSpdyStream::OnHeadersDecoded(). 2023-10-11 bnc Remove QuicSpdySession::WritePushPromise(). 2023-10-11 elburrito Add Privacy Pass token generation to BlindSignAuth and test clients. 2023-10-11 quiche-dev Fix typo. 2023-10-11 quiche-dev Remove exception-throwing logic from QUICHE. 2023-10-11 martinduke Quiet compiler warning about uninitialized variable. Also rearrange QuicUdpSocketApi::SetupSocket to use the ipv6_only argument that is sent to the function. ``` Signed-off-by: Alejandro R Sedeño <[email protected]>
- Loading branch information