-
Notifications
You must be signed in to change notification settings - Fork 5
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
Stream operations after RESET has been sent #101
Comments
Oh, forgot to add: we should decide the same for FIN, too. |
It should be possible to do this, if you consider HTTP/2 uses in isolation, but are there cases where there could be a hop that is HTTP/3 and it would be easier to intermediate if the ordering could be loose? |
Seems like we have two options:
It's a little bit annoying that we'd need someone running pure HTTP/2 to accept obviously wrong things, just in case somewhere someone had HTTP/3 in existence. However, it also seems nice to not make the intermediary keep track of the state of streams if possible -- but you have to have a mapping already because the stream IDs don't match across HTTP/2 and HTTP/3. |
Discussed in editor's meeting:
|
As discussed in ietf-wg-webtrans/draft-ietf-webtrans-http2#101 This is NOT the only place where this state is used. That one needs a few more grey matter cycles before I have a resolution. I'll open an issue instead.
In QUIC, I believe we answered "yes" to all of the above since the protocol is inherently unordered. As far as I can tell, this does not apply to WT over HTTP/2, since it's strictly ordered, at least for an individual peer.
The text was updated successfully, but these errors were encountered: