ietf-wg-webtrans / draft-ietf-webtrans-http2

WebTransport using HTTP/2
Other
7 stars 5 forks source link

Missing CLOSE_WEBTRANSPORT_SESSION equivalent #98

Closed martenrichter closed 8 months ago

martenrichter commented 10 months ago

While implementing the protocol, I ran into the issue, that it misses and equivalent of CLOSE_WEBTRANSPORT_SESSION. And therefore it is not possible to pass code and reason in the case the stream is closed. code is possible using goaway frames, even though this probably has a different counterpart.

Also, I may be missing something, as I am restricted to the http2 api exposed by node.js. But currently, the http/2 implementation behaves differently.

ekinnear commented 8 months ago

Looks like this is covered by #95.

martenrichter commented 8 months ago

But I was more referring, that I can not transport the reason string over http/2. That is, what I realized while implementing and seeing my unit tests fail, that I looked for the reason.

DavidSchinazi commented 8 months ago

Good point, I've added this in https://github.com/ietf-wg-webtrans/draft-ietf-webtrans-http2/issues/95#issuecomment-1885177641