[CHERI] af8dc1ee6 man: Implicit -nohost -nodate and -nolen in vtc(7)

Poul-Henning Kamp phk at FreeBSD.org
Tue Nov 29 12:48:10 UTC 2022


commit af8dc1ee68eafa6865363611678e758de8973829
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Nov 28 17:00:42 2022 +0100

    man: Implicit -nohost -nodate and -nolen in vtc(7)

diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index 5f94452a8..44c0138cd 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -918,13 +918,17 @@ http_tx_parse_args(char * const *av, struct vtclog *vl, struct http *hp,
  *         following ones.
  *
  *         \-nohost
- *                 Don't include a Host header in the request.
+ *                 Don't include a Host header in the request. Also Implied
+ *                 by the addition of a Host header with ``-hdr``.
  *
  *         \-nolen
- *                 Don't include a Content-Length header.
+ *                 Don't include a Content-Length header. Also implied by the
+ *                 addition of a Content-Length or Transfer-Encoding header
+ *                 with ``-hdr``.
  *
  *         \-nodate
- *                 Don't include a Date header in the response.
+ *                 Don't include a Date header in the response. Also implied
+ *                 by the addition of a Date header with ``-hdr``.
  *
  *         \-hdr STRING
  *                 Add STRING as a header, it must follow this format:


More information about the varnish-commit mailing list