Skip to content
Snippets Groups Projects
Commit 81b256ee authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

uhttpd: fix handling of special "/" prefix when matching handlers


The special prefix of "/" should match any url by definition but the final
assertion which ensures that the matched prefix ends in '\0' or '/' is causing
matches against the "/" prefix to fail.

Update to current HEAD in order to fix this particular case.

Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
parent 93f9a9c7
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment