Changeset 4398

Show
Ignore:
Timestamp:
12/16/09 09:50:49 (8 months ago)
Author:
tfheen
Message:

Merge small part of r4215: Charge sessions when herding

In 2.0.5 we default to lingering for a bit which can cause sessions to
not be charged for a long time. This fixes it.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.0/varnish-cache/bin/varnishd/cache_center.c

    r4325 r4398  
    106106                                WSL(sp->wrk, SLT_Debug, sp->fd, "herding"); 
    107107                                VSL_stats->sess_herd++; 
     108                                SES_Charge(sp); 
    108109                                sp->wrk = NULL; 
    109110                                vca_return_session(sp);