Commit e2ef6d16 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to improve timing resistance without resorting to delays yet.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5380 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 0f486e22
......@@ -40,16 +40,16 @@ client c1 {
client c1 -run
varnish v1 -expect vmods == 1
varnish v1 -cliok "debug.vmod"
varnish v1 -cliok "vcl.list"
varnish v1 -expect vmods == 1
varnish v1 -cliok "vcl.discard vcl1"
varnish v1 -cliok "vcl.list"
varnish v1 -cliok "debug.vmod"
varnish v1 -expect vmods == 0
varnish v1 -badvcl {
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so.1" ;
......@@ -64,3 +64,6 @@ varnish v1 -badvcl {
}
}
varnish v1 -expect vmods == 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment