nghttpx: Handle edge case wildcard pattern and add tests
Suppose the wildcard patterns follows: - *.nghttp2.org/foo - *.img.nghttp2.org/bar Previously, s.img.nghttp2.org/foo does not match anything. Now it matches first pattern.
Showing
src/shrpx_router_test.cc
0 → 100644
src/shrpx_router_test.h
0 → 100644
Please register or sign in to comment