Closed martenrichter closed 10 months ago
Looks like this is covered by #95.
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.
Good point, I've added this in https://github.com/ietf-wg-webtrans/draft-ietf-webtrans-http2/issues/95#issuecomment-1885177641
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
andreason
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.