session_shared: don't reset timestap for query match
[metaproxy-moved-to-github.git] / src / filter_session_shared.cpp
index 736ae69..cccaee8 100644 (file)
@@ -667,7 +667,6 @@ restart:
                             found_set = *set_it;
                             found_backend = *it;
                             bc->use_backend(found_backend);
-                            found_set->timestamp();
                             // found matching set. No need to search again
                             return;
                         }