-
Poul-Henning Kamp authored
In Learn mode, a backend port can be specified as backend fs { .host = "127.0.0.1"; .port = Learn(2); } which complements the varnishtest server::-listen directive: server s1 -listen 2 { rxreq txresp -hdr "Foo: bar" -body "Hello World!" } -start -wait Obviously, the 127.0.0.1 is mandatory for this to work. git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4778 d4fa192b-c00b-0410-8231-f00ffab90ce4
58324619