• Poul-Henning Kamp's avatar
    Add a new mode to server instance 'b0', where it acts like "a normal · b1dd6679
    Poul-Henning Kamp authored
    webserver" and dispatches a thread for each incomming connection.
    
    This is an example use:
    
    	server s0 {
    		loop 10 {
    			rxreq
    			txresp -body "foo1"
    		}
    		rxreq
    		txresp -hdr "Connection: close" -body "foo1"
    		expect_close
    	} -dispatch
    
    Each connection will spawn a dynamically created s%d instance
    starting with s1, s2 ...
    
    Each of these will respond to 11 requests on the accepted connection,
    the last response will have "Connection: close" and they will
    expect the other end (varnish) to do that.
    
    The main limitation on using this for bulk traffic tests is the
    finite and limited size of the vtc_log which varnishtest will
    collect (half a megabyte).
    
    Test b00048 is about as much traffic as will fit in the vtc_log.
    b1dd6679
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
redhat Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
Makefile.inc.phk Loading commit data...
Makefile.phk Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
config.phk Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...