jetty / jetty/jetty.project

Stream cancellation is never called on QpackDecoder/QpackEncoder

Open
#7,676 5 comments 0 reactions 1 assignee Claimed by @sbordet View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.