]> git.ipfire.org Git - thirdparty/curl.git/commit
sendf: improve the message on client write errors
authorDaniel Stenberg <daniel@haxx.se>
Tue, 23 Jun 2020 22:22:00 +0000 (00:22 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Jun 2020 14:03:40 +0000 (16:03 +0200)
commit550bcdd442dcd6d32e9ef018dbcb72b06365a03c
tree6b312d588deb949509d438827190cee245b32030
parent7fb33ee871a04d2e4f6ffedba0808635efb1ef53
sendf: improve the message on client write errors

Replace "Failed writing body (X != Y)" with
"Failure writing output to destination". Possibly slightly less cryptic.

Reported-by: coinhubs on github
Fixes #5594
Closes #5596
lib/sendf.c