Mailing List Archive

r2085 - trunk/varnish-cache/bin/varnishd
Author: phk
Date: 2007-10-08 11:34:36 +0200 (Mon, 08 Oct 2007)
New Revision: 2085

Modified:
trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
Log:
upd


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c 2007-10-08 08:14:09 UTC (rev 2084)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c 2007-10-08 09:34:36 UTC (rev 2085)
@@ -91,7 +91,7 @@
} else {
CAST_OBJ_NOTNULL(sp, ev.data.ptr, SESS_MAGIC);
i = HTC_Rx(sp->htc);
- if (i != 0)
+ if (i != 0) {
VTAILQ_REMOVE(&sesshead, sp, list);
vca_del(sp->fd);
vca_handover(sp, i);
r2085 - trunk/varnish-cache/bin/varnishd [ In reply to ]
In message <20071008093436.4ACFF1EC407 at projects.linpro.no>, phk at projects.linpro
.no writes:
>Author: phk
>Date: 2007-10-08 11:34:36 +0200 (Mon, 08 Oct 2007)
>New Revision: 2085
>
>Modified:
> trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
>Log:
>upd

That should have read "ups" of course :-)

>
>
>Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
>===================================================================
>--- trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c 2007-10-08 08:14:09 UTC (rev 2084)
>+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c 2007-10-08 09:34:36 UTC (rev 2085)
>@@ -91,7 +91,7 @@
> } else {
> CAST_OBJ_NOTNULL(sp, ev.data.ptr, SESS_MAGIC);
> i = HTC_Rx(sp->htc);
>- if (i != 0)
>+ if (i != 0) {
> VTAILQ_REMOVE(&sesshead, sp, list);
> vca_del(sp->fd);
> vca_handover(sp, i);
>
>_______________________________________________
>varnish-commit mailing list
>varnish-commit at projects.linpro.no
>http://projects.linpro.no/mailman/listinfo/varnish-commit
>

--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG | TCP/IP since RFC 956
FreeBSD committer | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.