]> granicus.if.org Git - curl/commit
curl: point out unnecessary uses of -X in verbose mode
authorDaniel Stenberg <daniel@haxx.se>
Sat, 29 Aug 2015 21:56:28 +0000 (23:56 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 11 Sep 2015 06:53:53 +0000 (08:53 +0200)
commit481e0de00a9003b9c5220b120e3fc302d9b0932d
treecff919570ca5e120c731a342652691522e230c67
parentdf6a4d3519655b26137a90a440c5a99f4abe7e22
curl: point out unnecessary uses of -X in verbose mode

It uses 'Note:' as a prefix as opposed to the common 'Warning:' to take
down the tone a bit.

It adds a warning for using -XHEAD on other methods becasue that may
lead to a hanging connection.
src/tool_helpers.c
src/tool_helpers.h
src/tool_msgs.c
src/tool_msgs.h
src/tool_operate.c