Sign in
quiche
/
quiche
/
d08b82c14c8fbd251974170be797e515851f01ad
/
quic
/
core
/
quic_stream_id_manager_test.cc
ff4b2b6
Rename QuicStreamIdManager delegate's OnError() to OnStreamIdManagerError() to differentiate itself from errors generated from other QuicSession components.
by renjietang
· 5 years ago
315428e
Remove using_default_max_streams_ from QuicStreamIdManager because the manager now has initial stream limit 0.
by renjietang
· 5 years ago
cf0bfcf
Use quiche string libraries in third_party/quic/core
by dmcardle
· 5 years ago
dde2a1e
gfe-relnote: Remove num_expected_static_streams_ from QuicStreamIdManager. Protected by disabled flags quic_enable_version_q099 and quic_enable_version_t099.
by ianswett
· 5 years ago
07a2b07
Fix 26 ClangTidy - Readability findings in //depot/google3/third_party/quic/.
by wub
· 5 years ago
463f235
Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique.
by bnc
· 5 years ago
9301d3c
Clean up QuicStreamIdManagerTests
by rch
· 6 years ago
a8b56e4
gfe-relnote: Decouple the QuicSession from the QuicStreamIdManager by introducing a QuicStreamIdManager::DelegateInterface which the session implements. Does not change behavior, merely adds a layer of abstraction which allows unit tests of QuicStreamIdManager to be simplified.
by rch
· 6 years ago
142051a
Fix QUIC core test display
by dschinazi
· 6 years ago
56055be
Prevent IETF QUIC Frame transmission prior to config
by fkastenholz
· 6 years ago
0fc587f
Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic
by vasilvv
· 6 years ago
d1d0085
Use QuicSession::transport_version() instead of QuicConnection::transport_version() to make code cleaner.
by renjietang
· 6 years ago
216dc01
Remove notion of static stream in QuicStreamIdManager.
by renjietang
· 6 years ago
7fc869e
Update StreamIdManagerTest.
by renjietang
· 6 years ago
48cc825
Allow creation of HTTP/3 static stream after MAX_STREAM frame is received.
by renjietang
· 6 years ago
5b3c3be
Add ClearControlFrame() to quic_test_utils.
by bnc
· 6 years ago
305e173
Change IETF Frame/QUIC_VERSION_99 tests to be symbolic.
by fkastenholz
· 6 years ago
3a1bb80
Add support for HTTP/3 control stream.
by renjietang
· 6 years ago
46833c3
Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId
by nharper
· 6 years ago
d035fc3
Remove files that should have been deleted
by fkastenholz
· 6 years ago
3c4eabf
Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes
by fkastenholz
· 6 years ago
872e7a3
Remove QuicString wrapper for std::string
by vasilvv
· 6 years ago
c48c871
Replace QuicString with std::string, pass 1
by vasilvv
· 6 years ago
a6ef0a6
Project import generated by Copybara.
by QUICHE team
· 6 years ago