]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: fix push discard
authorStefan Eissing <stefan@eissing.org>
Wed, 6 Mar 2024 09:15:15 +0000 (10:15 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 6 Mar 2024 13:34:21 +0000 (14:34 +0100)
commitcc6f2f0064b67ca8bfdc5d6f09c9e90e8d07cf6d
tree90020d22638f033130060449110bff8ba69ea5ba
parentdb5c9f4f9e0779b49624752b135281a0717b277b
http2: fix push discard

- fix logic in discarding a failed pushed stream so that
  stream context is properly cleaned up

Closes #13055
lib/http2.c