[master] 922c8a62e vtc_http: Consistency polish

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Fri Sep 13 07:56:05 UTC 2024


commit 922c8a62ec5c46b2562c139fcc0415bde7a78ccf
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Sep 13 09:37:09 2024 +0200

    vtc_http: Consistency polish
    
    Missing dot added and alphabetic order restored.

diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index 7f27300e8..352054a59 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -1592,7 +1592,7 @@ cmd_http_accept(CMD_ARGS)
  *	\-read
  *		Shutdown the read direction.
  *	\-write
- *		Shutdown the write direction
+ *		Shutdown the write direction.
  *
  *	The default is both direction.
  */
@@ -1804,12 +1804,12 @@ const struct cmds http_cmds[] = {
 	/* session */
 	CMD_HTTP(accept)
 	CMD_HTTP(close)
-	CMD_HTTP(shutdown)
 	CMD_HTTP(recv)
 	CMD_HTTP(send)
 	CMD_HTTP(send_n)
 	CMD_HTTP(send_urgent)
 	CMD_HTTP(sendhex)
+	CMD_HTTP(shutdown)
 	CMD_HTTP(timeout)
 
 	/* spec */


More information about the varnish-commit mailing list