]> git.ipfire.org Git - thirdparty/curl.git/commit
http: close the connection after a late 417 is received
authorDan Fandrich <dan@coneharvesters.com>
Tue, 15 Aug 2023 20:43:07 +0000 (13:43 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 22 Aug 2023 22:32:16 +0000 (15:32 -0700)
commit86179afcbba735e478948099e3c6f0472456d4f0
tree97cf9873333fc604b0805338b1743f0aa0389385
parent0d89c9096dca6f1e2dc35bb2e2aa5747b89a815c
http: close the connection after a late 417 is received

In this situation, only part of the data has been sent before aborting
so the connection is no longer usable.

Assisted-by: Jay Satiro
Fixes #11678
Closes #11679
lib/http.c
tests/data/Makefile.inc
tests/data/test1474 [new file with mode: 0644]
tests/server/sws.c