ITS#10270 slapo-pcache: queries with ttr/x-refresh are not loaded when pcachePersist is on

This commit is contained in:
Andrew Elble 2024-10-11 08:38:36 -04:00 committed by Quanah Gibson-Mount
parent fa4cfdaf56
commit d03a8e60e0

View file

@ -749,7 +749,7 @@ url2query(
}
}
if ( got != GOT_ALL ) {
if ( (got & GOT_ALL) != GOT_ALL) {
rc = 1;
goto error;
}