lua-resty-radixtree icon indicating copy to clipboard operation
lua-resty-radixtree copied to clipboard

Q: what's the math rule ?

Open purekeeper opened this issue 3 years ago • 1 comments

Does it follow longest prefix match rule ?

Eg:

route1 is /test/aa/*

route2 is /test/aa/cc/dd

So what's the match result ?

@spacewander

purekeeper avatar Mar 02 '22 06:03 purekeeper

So what's the match result ?

  1. you should give the path of the test request;
  2. you can try it yourself and you will get the answer faster;

tzssangglass avatar Mar 02 '22 06:03 tzssangglass