Skip to content

Commit 8757a5c

Browse files
shdict ko < to <=
1 parent acfcc2b commit 8757a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/1.27.1.1/ngx_lua-shared_shdict.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ index c63eb3c..0000000
966966
-
967967
- dd("time to live: %lld", (long long) ms);
968968
-
969-
- if (ms < 0) {
969+
- if (ms <= 0) {
970970
- dd("node already expired");
971971
- return NGX_DONE;
972972
- }

0 commit comments

Comments
 (0)