]> err.no Git - varnish/commitdiff
This assert is not warranted, a connection might disappear before
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 21 Aug 2006 09:49:02 +0000 (09:49 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 21 Aug 2006 09:49:02 +0000 (09:49 +0000)
we get to it.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@859 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/cache_acceptor.c

index 525a8aa2a995383e20fa6844cc0684e1ff798b2c..625e41b3af871fec7669b26bac47befe3a16cb61 100644 (file)
@@ -425,7 +425,6 @@ vca_kev(struct kevent *kp)
        struct sess *sp;
 
        if (kp->udata == vca_accept_sess) {
-               assert(kp->data > 0);
                while (kp->data-- > 0) {
                        sp = vca_accept_sess(kp->ident);
                        if (sp == NULL)