]> git.ipfire.org Git - thirdparty/curl.git/commit
send: assert that Curl_write_plain() has a ->conn when called
authorDaniel Stenberg <daniel@haxx.se>
Mon, 18 Jan 2021 07:55:13 +0000 (08:55 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 18 Jan 2021 15:12:20 +0000 (16:12 +0100)
commit2bf77b3cbaa15b05f0b946ab6fb0976d0ec29001
tree059846da09218304da604fd2a249559e0c4a831b
parent11b2dd86d38b54c85f2361e1603c2d6d395ddf92
send: assert that Curl_write_plain() has a ->conn when called

To help catch bad invokes.

Closes #6476
lib/sendf.c