hypercorn icon indicating copy to clipboard operation
hypercorn copied to clipboard

Handle already-closed http/2 stream

Open merlinz01 opened this issue 1 year ago • 1 comments

This is a patch for issue #197, where the HTTP/2 protocol handler receives an event for an already-closed stream. This change just silently ignores the error.

If someone can address the error more robustly, please do; but it doesn't affect the client experience as far as I have been able to tell.

merlinz01 avatar Mar 01 '24 19:03 merlinz01

@pgjones Seems like the community has triaged and fixed this annoying issue.

Any chance we can think about merging this soon?

XChikuX avatar May 15 '24 02:05 XChikuX

Merged manually in 24aacf432ef44ddf8ba32e2427b507e560f63ce2

pgjones avatar May 25 '24 20:05 pgjones