]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: fix regression on upload EOF handling
authorStefan Eissing <stefan@eissing.org>
Thu, 20 Jul 2023 11:08:00 +0000 (13:08 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 20 Jul 2023 21:33:18 +0000 (23:33 +0200)
commitf9314f317f017e19e1802ce04ceeae620ca2cd71
treecd46ee1fec9597f3bd89424fa3676390f04c10cb
parent2900c29218d2d24ab519853589da84caa850e8c7
http2: fix regression on upload EOF handling

- a regression introduced by c9ec85121110d7cbbbed2990024222c8f5b8afe5
  where optimization of small POST bodies leads to a new code path
  for such uploads that did not trigger the "done sending" event
- add triggering this event for early "upload_done" situations

Fixes #11485
Closes #11487
Reported-by: Aleksander Mazur
lib/http.c