Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid HOLB induced by a dependency on client Finished #260

Merged
merged 1 commit into from
Feb 4, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions draft-ietf-quic-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@ Important:
client, the server cannot consider the client to be authenticated until it
receives and validates the client's Finished message.

: The requirement for the server to wait for the client Finished message creates
a dependency on that message being delivered. A client can avoid the
potential for head-of-line blocking that this implies by sending a copy of the
STREAM frame that carries the Finished message in multiple packets. This
enables immediate server processing for those packets.


### Key Ready Events

Expand Down