• Poul-Henning Kamp's avatar
    Firmly split "director" from "backend". · 025f1029
    Poul-Henning Kamp authored
    A director is noe an abstract entity which can fetch something for us,
    however it decides to do that and using whatever protocol (or none).
    
    A backend is a network endpoint designated by a precise triplet of
    	VCL backend name
    	IPv4 address (incl port)
    	IPv6 address (incl port)
    
    Backends are _also_ "simple" directors, but have an extra layer of
    complexity in order to enable connection management, including
    connection reuse across vcl.use commands.
    025f1029
Name
Last commit
Last update
..
Makefile.am Loading commit data...
Makefile.phk Loading commit data...
fall_back.c Loading commit data...
hash.c Loading commit data...
random.c Loading commit data...
round_robin.c Loading commit data...
vdir.c Loading commit data...
vdir.h Loading commit data...
vmod.vcc Loading commit data...