]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: fix copynpaste error reported by coverity
authorStefan Eissing <stefan@eissing.org>
Tue, 11 Apr 2023 08:07:59 +0000 (10:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Apr 2023 21:46:53 +0000 (23:46 +0200)
commitc59b5b3c871e02a67cb490b7578f4e93096c3aa4
treefe00546e55450635e761c31c20021a8e63ad0a3f
parentdc18b40b406e9946a2198d66b6edb62575660faf
http2: fix copynpaste error reported by coverity

- move all code handling HTTP/2 frames for a particular
  stream into a separate function to keep from confusing
  the call `data` with the stream `data`.

Closes #10924
lib/http2.c