• Nils Goroll's avatar
    fix VBF_Get_Filter_List for the no filter case · 40555a04
    Nils Goroll authored
    If vbf_default_filter_list() returned without anything written to
    the vsb (for no body or length 0), we would return as the filter
    list whatever existed at ws->f + 1 prior to calling VBF_Get_Filter_List
    (for example the string logged with std.log()).
    
    Consequently, backend requests would fail with
    
    	FetchError     Filter '...' not found
    40555a04
cache_fetch.c 26.7 KB