-
Notifications
You must be signed in to change notification settings - Fork 848
Open
Description
To follow section 3.1.
Once a packet containing a RESET_STREAM has been acknowledged, the
sending part of the stream enters the "Reset Recvd" state, which is a
terminal state.
https://tools.ietf.org/html/draft-ietf-quic-transport-20#section-3.1
It looks like, there're piece of code, but not used correctly.
trafficserver/iocore/net/quic/QUICUnidirectionalStream.cc
Lines 350 to 357 in b7bf658
| void | |
| QUICSendStream::_on_frame_acked(QUICFrameInformationUPtr &info) | |
| { | |
| StreamFrameInfo *frame_info = nullptr; | |
| switch (info->type) { | |
| case QUICFrameType::RESET_STREAM: | |
| this->_is_reset_complete = true; | |
| break; |
Metadata
Metadata
Assignees
Type
Projects
Status
ToDo (old)