Stream cancellation is never called on QpackDecoder/QpackEncoder
Open
Bug
http3
Specification
- Dominant language
- Java
- Stars
- 4.1k
- Forks
- 2k
- Avg merge
- 3d 56m
- Merged PRs (30d)
- 48
Description
**Description**
`QpackDecoder` and `QpackEncoder` have a `streamCancellation(long streamId)` method to notify them in case a HTTP/3 stream is cancelled. On the decoder this sends an instruction to the remote encoder, but on the encoder it sends no instruction and just cleans up some local state.
These methods are currently unused and never called by the Jetty HTTP/3 implementation.
Contributor guide
Assessment
This issue has not been assessed yet.