git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/branches/2.0@3375
d4fa192b-c00b-0410-8231-
f00ffab90ce4
The following options are available:
.Bl -tag -width Fl
.It Fl n Ar iter
-Run
+Run
.Ar iter
number of iterations.
.It Fl q
# Create a server thread called "s1"
server s1 {
# Receive a request
- rxreq
+ rxreq
# Send a standard response
txresp -hdr "Connection: close" -body "012345\\n"
}
# Start the server thread
-server s1 -start
+server s1 -start
# Create a client thread called "c1"
client c1 {
# (Forcefully) Stop the varnish instance.
varnish v1 -stop
.Ed
-
.Ss Example script output
The output, running this script looks as follows.
.Pp