[master] 781fb81 Allow rxhdrs in client
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Mon Dec 16 14:31:14 CET 2013
    
    
  
commit 781fb81d8361b1789a6f6a0c0e642e4124e715a9
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Dec 16 12:50:58 2013 +0000
    Allow rxhdrs in client
diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index 63b02e6..6a0db8f 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -809,7 +809,6 @@ cmd_http_rxhdrs(CMD_ARGS)
 	(void)cmd;
 	(void)vl;
 	CAST_OBJ_NOTNULL(hp, priv, HTTP_MAGIC);
-	ONLY_SERVER(hp, av);
 	assert(!strcmp(av[0], "rxhdrs"));
 	av++;
 
    
    
More information about the varnish-commit
mailing list