r2085 - trunk/varnish-cache/bin/varnishd
Poul-Henning Kamp
phk at phk.freebsd.dk
Mon Oct 8 11:36:23 CEST 2007
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.
More information about the varnish-commit
mailing list