]> granicus.if.org Git - curl/commitdiff
dump-header.d: spell out that no headers == empty file [ci skip]
authorDaniel Stenberg <daniel@haxx.se>
Fri, 31 May 2019 21:09:54 +0000 (23:09 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 1 Jun 2019 08:42:00 +0000 (10:42 +0200)
Reported-by: wesinator at github
Fixes #3964
Closes #3974

docs/cmdline-opts/dump-header.d

index 05c10affd4761a1e4516f9b46ee59c4e0694b958..33c6674e807c3b8718f230043f654996bd6af447 100644 (file)
@@ -12,6 +12,8 @@ site sends to you. Cookies from the headers could then be read in a second
 curl invocation by using the --cookie option! The --cookie-jar option is a
 better way to store cookies.
 
+If no headers are received, the use of this option will create an empty file.
+
 When used in FTP, the FTP server response lines are considered being "headers"
 and thus are saved there.