• Poul-Henning Kamp's avatar
    Rewrite the req.hash implmentation: · 93a770e4
    Poul-Henning Kamp authored
    Instead of assembling the entire hash-string in the workspace, use
    a scatter gather approach, hinted by the VCL compiler.
    
    This eliminates the workspace reservation which prevented regsub() from
    working in vcl_hash, and reduces the size of the necessary workspace a
    fair bit as well, at the cost of a little bit of complexity in the
    hash implmentations.
    
    Closes ticket 137 and possibly 141
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1805 d4fa192b-c00b-0410-8231-f00ffab90ce4
    93a770e4
Name
Last commit
Last update
bin Loading commit data...
debian Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
man Loading commit data...
redhat Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi.pc.in Loading commit data...