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 Howard Chu
parent 9b03791108
commit 24d4dcb3d7

View file

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