Sign in
quiche
/
quiche
/
bd78ea146eb8ffc7df410a10ce31201aad24fe93
/
quic
/
core
/
http
/
quic_spdy_session_test.cc
d141453
Shorten names of UberQuicStreamIdManager methods.
by ianswett
· 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
aaf85e4
Add QuicSpdySession debug visitor to help with HTTP/3 debugging.
by renjietang
· 6 years ago
bb2e22a
Re-enable tests that were blocked by TLS not setting initial connection flow control window.
by renjietang
· 6 years ago
331385e
Close connection on QPACK encoder or decoder stream errors.
by bnc
· 6 years ago
0fc587f
Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic
by vasilvv
· 6 years ago
203926d
In v99, close the connection if the peer sets the number of unidirectional stream less than the minimum required unidirectional streams.
by renjietang
· 6 years ago
216dc01
Remove notion of static stream in QuicStreamIdManager.
by renjietang
· 6 years ago
6c73c33
No longer send SETTINGS in gQUIC.
by renjietang
· 6 years ago
70f78fc
gfe-relnote: Deprecate gfe2_reloadable_flag_quic_avoid_empty_frame_after_empty_headers.
by bnc
· 6 years ago
93cc53a
gfe-relnote: In QUIC, do not send control frames if connection does not have application keys for v99. Protected by quic_enable_version_99.
by fayang
· 6 years ago
309b7fb
Prevent QPACK streams from being created more than once.
by renjietang
· 6 years ago
83161e4
gfe-relnote: rename OnConnectivityProbeReceived to OnPacketReceived.
by zhongyi
· 6 years ago
87cd7de
Add QpackStreams into QuicSpdySession.
by renjietang
· 6 years ago
d6a3567
Prevent duplicate HTTP/3 control stream.
by renjietang
· 6 years ago
4ff6062
Ignore read data on PendingStream after invalid type byte is received.
by bnc
· 6 years ago
a0c8f5a
Add QpackEncoder::SetMaximumDynamicTableCapacity() and SetMaximumBlockedStreams() and call them when corresponding settings are received.
by bnc
· 6 years ago
118c8ac
Remove headers stream from IETF QUIC.
by renjietang
· 6 years ago
63becfb
Clean up HTTP/3 and QPACK settings.
by bnc
· 6 years ago
a7ac847
Update QuicSpdySessionTestClient.Http3ServerPush* tests.
by bnc
· 6 years ago
476683a
gfe-relnote: In QUIC, replaces QuicStream::priority_ with QuicStream::precedence_ and pluming it to write_blocked_list. No functional change expected. Not protected.
by fayang
· 6 years ago
7cedcbf
Disable WritePriority test for v99.
by renjietang
· 6 years ago
3fc60df
Add http3_constants.h for HTTP/3 and QPACK unidirectional stream types and settings identifiers.
by bnc
· 6 years ago
880d243
Merge GetOrCreateDynamicStream() into GetOrCreateStream().
by renjietang
· 6 years ago
9818f8c
Remove the previous headers_stream_ and Change unowned_headers_stream_ to header_stream_.
by renjietang
· 6 years ago
b663b86
gfe-relnote: deprecate gfe2_reloadable_flag_quic_eliminate_static_stream_map_3.
by renjietang
· 6 years ago
5b3c3be
Add ClearControlFrame() to quic_test_utils.
by bnc
· 6 years ago
a553da0
Avoid performing pending stream actions after the connection is closed.
by renjietang
· 6 years ago
7ae3d60
Change QUIC uses of gmock regex to simpler syntax
by dschinazi
· 6 years ago
305e173
Change IETF Frame/QUIC_VERSION_99 tests to be symbolic.
by fkastenholz
· 6 years ago
552accc
Move headers stream from 0 to 60 in v99
by dschinazi
· 6 years ago
a980ce5
Do not send empty frame if stream is reset.
by bnc
· 6 years ago
668b264
Remove unused QuicSpdySessionTestBase::headers_ member.
by bnc
· 6 years ago
3a1bb80
Add support for HTTP/3 control stream.
by renjietang
· 6 years ago
f5e6845
Refactor how TLS versions get enabled
by nharper
· 6 years ago
baea59c
Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream.
by renjietang
· 6 years ago
85f1890
QuicConnection methods call CloseConnection rather than
by fkastenholz
· 6 years ago
bb1c489
Support HTTP/3 style of Server push.
by renjietang
· 6 years ago
2abedac
Cloned from CL 231494986 by 'g4 patch'.
by renjietang
· 6 years ago
da26cdb
gfe-relnote: Fix a bug in QuicSpdyClientStreamBase. Protected by --gfe2_reloadable_flag_quic_eliminate_static_stream_map_3
by rch
· 6 years ago
cd820e0
Renumber QUIC streams when there is no crypto stream
by nharper
· 6 years ago
46833c3
Add QUIC_BUG_IF to QuicUtils::GetCryptoStreamId
by nharper
· 6 years ago
d3a1de9
Have separate uni- and bi-directional stream limits for IETF QUIC
by fkastenholz
· 6 years ago
2252b70
Project import generated by Copybara.
by QUICHE team
· 6 years ago
e76b2da
Refactor QuicSession to allow subclasses to do their own thing on pending streams.
by renjietang
· 6 years ago
d5c4a93
Don't use a flow controller for QuicCryptoStream when it uses CRYPTO frames
by nharper
· 6 years ago
0c55886
Add APIs to allow sessions to read stream types from pending stream.
by renjietang
· 6 years ago
615f13b
Use a QuicSession member to latch
by renjietang
· 6 years ago
3c4eabf
Add QuicStreamsBlockedFrame and QuicMaxStreamsFrame classes
by fkastenholz
· 6 years ago
fbeb5bf
gfe-relnote: Move headers streams out of static stream map. Protected by
by renjietang
· 6 years ago
e433f53
Fix "recevied" typo in //third_party/quic/core.
by bnc
· 6 years ago
66dea07
Rename quic::kMaxPacketSize to quic::kMaxOutgoingPacketSize
by dschinazi
· 6 years ago
37ec596
gfe-relnote: (n/a) Remove some unnecessary dynamic_casts from QUIC. No behavior change, not protected.
by wub
· 6 years ago
dc41bf1
gfe-relnote: test-only changes to reduce usage of QuicUtils::GetCryptoStreamId
by QUICHE team
· 6 years ago
6987b4a
Rename ENCRYPTION_NONE to ENCRYPTION_INITIAL
by QUICHE team
· 6 years ago
872e7a3
Remove QuicString wrapper for std::string
by vasilvv
· 6 years ago
ea74008
Use QuicVersionUsesCryptoFrames instead of checking against QUIC_VERSION_47
by QUICHE team
· 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