cb89693 CACHE_REQ: Propagate num_results to cache_req_state

1 file Authored by nkondras 6 years ago, Committed by jhrozek 6 years ago,
    CACHE_REQ: Propagate num_results to cache_req_state
    
    The num_results field in struct cache_req_state was only set in case of
    well-known objects, set it also for the regular results for uniformity,
    and for later use by session recording code.
    
    Reviewed-by: Pavel Březina <pbrezina@redhat.com>