fix VBF_Get_Filter_List for the no filter case
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
Showing
Please register or sign in to comment