]> git.ipfire.org Git - thirdparty/curl.git/commit
http2: when marked for closure and wanted to close == OK
authorDaniel Stenberg <daniel@haxx.se>
Mon, 26 Aug 2019 14:00:05 +0000 (16:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 26 Aug 2019 20:44:59 +0000 (22:44 +0200)
commitc1b6a384f9c8a91197c20adb49d43f30dc0e917d
tree919b82ec1f9387052af02b0c9e55e1ceeff98ddb
parent5cd0b6f1f31732fac1c70fb0452e44862594369c
http2: when marked for closure and wanted to close == OK

It could otherwise return an error even when closed correctly if GOAWAY
had been received previously.

Reported-by: Tom van der Woerdt
Fixes #4267
Closes #4268
lib/http2.c