• Poul-Henning Kamp's avatar
    Add esi:comment support. "Support" is defined as: Silently ignore, · 84fccfa1
    Poul-Henning Kamp authored
    as opposed to unhandled esi: elments which we complain about in
    varnishlog.
    
    Thus, if you want to get a short comment into the shmlog, the
    easiest way is to do something like <esi:say a="Hi Mom"> which will
    result in a shmlog record:
       11 ESI_xmlerror c at 25: ESI 1.0 unimplemented element "<esi:say Hi Mom>"
    But the length of the message is truncated to avoid dumping the entire
    source document into the shmlog.
    
    Snip out any unknown esi: element.
    
    While the ESI 1.0 specification doesn't address this directly, my
    impression from the document is that they should never leak through
    to the client.
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2282 d4fa192b-c00b-0410-8231-f00ffab90ce4
    84fccfa1
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...