Response Headers are blocked by flow control
Open
affected-very-few
area-networking
bug
feature-kestrel
HTTP2
severity-nice-to-have
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
They get written into the buffer, but they wait for the first data frame to flush. If the data frames are blocked due to the flow control window then the headers do not get sent until the next window update is received.
Contributor guide
Assessment
This issue has not been assessed yet.