Sign in
quiche
/
quiche
/
24194c84753f425cf36b25b219929cfbbecf6c5d
/
quic
/
core
/
http
/
quic_receive_control_stream.cc
51e8962
Implement PRIORITY_UPDATE frame in HttpEncoder and HttpDecoder.
by bnc
· 5 years ago
94b790c
Remove PRIORITY frame.
by bnc
· 5 years ago
ba2fb7e
Use quiche string libraries in third_party/quic/core/http
by dmcardle
· 5 years ago
686ce58
Support GOAWAY in HTTP/3.
by renjietang
· 5 years ago
6317221
Change QuicSpdySession::SendMaxPushId() to use max_allowed_push_id_
by rch
· 5 years ago
463f235
Remove usages of QuicMakeUnique, Http2MakeUnique, SpdyMakeUnique.
by bnc
· 5 years ago
a6d4737
Add debug visitor for SETTINGS sent.
by renjietang
· 5 years ago
f0db654
Internal QUICHE change
by bnc
· 6 years ago
6647f9e
Guard HTTP/3 priority code behind protocol flag quic_allow_http3_priority which is default false.
by renjietang
· 6 years ago
aaf85e4
Add QuicSpdySession debug visitor to help with HTTP/3 debugging.
by renjietang
· 6 years ago
0fc587f
Switch QuicMakeUnique to std::make_unique, part 1: //third_party/quic
by vasilvv
· 6 years ago
a7fe577
Optimize code in handling wrong HTTP/3 frames.
by renjietang
· 6 years ago
c258e4f
gfe-relnote: Implement sending the MAX_PUSH_ID frame when the client sets a non-zero maximum push id.
by QUICHE team
· 6 years ago
a2b13be
Remove Http3FrameLengths.
by bnc
· 6 years ago
5b182b9
Refactor incoming SETTINGS logic to QuicSpdySession::OnSetting().
by bnc
· 6 years ago
63becfb
Clean up HTTP/3 and QPACK settings.
by bnc
· 6 years ago
3c3dfb7
Write push promise on request streams.
by renjietang
· 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
f4f4712
Modify push_promise related methods to prepare for H3 push promise.
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
bf3dbe5
Consume unknown frames in QuicReceiveControlStream.
by bnc
· 6 years ago
0340102
Use GetReadableRegion() instead of PeekRegion() in QuicReceiveControlStream::OnDataAvailable().
by bnc
· 6 years ago
600a045
Stop processing data in QuicReceiveControlStream::OnDataAvailable() if connection is closed.
by bnc
· 6 years ago
a9bb469
Remove HttpDecoder::set_visitor().
by bnc
· 6 years ago
7498c8c
In HTTP/3, write Priority on control stream before writing headers.
by renjietang
· 6 years ago
8aadca7
Use PeekRegion() instead of PrefetchNextRegion() in HTTP/3 streams.
by bnc
· 6 years ago
790af40
Add logging for Settings frame transportation.
by renjietang
· 6 years ago
620095a
Do not call HttpDecoder::ProcessInput after error.
by bnc
· 6 years ago
7d4f913
Add HttpDecoder::OnPriorityFrameStart() so that QuicSpdyStream knows the size
by renjietang
· 6 years ago
17d4242
Fix QUIC warnings in preparation for enabling them
by dschinazi
· 6 years ago
f245d29
Stop allowing QuicReceiveControlStream to construct from session and stream_id.
by renjietang
· 6 years ago
96fc228
gfe-relnote: Clean up unnecessary includes for control streams. Not protected.
by renjietang
· 6 years ago
3a1bb80
Add support for HTTP/3 control stream.
by renjietang
· 6 years ago
546a628
Allow HttpDecoder visitor to return bool upon receiving HTTP/3 frames.
by renjietang
· 6 years ago
baea59c
Make CreateIncomingStream() to take PendingStream* instead of PendingStream. PendingStream* will be passed to create QuicStream.
by renjietang
· 6 years ago
3544899
Allow QuicStream constructor to take parameter on static-ness when constructing from PendingStream.
by renjietang
· 6 years ago
5987855
Allow QuicReceiveControlStreams to construct from pending streams.
by renjietang
· 6 years ago
a322c04
Remove |frame_len| argument from OnHeadersFrameEnd().
by bnc
· 6 years ago
fee2cc3
Introduce Control streams for HTTP/3.
by renjietang
· 6 years ago