uhttpd: fix handling of special "/" prefix when matching handlers
authorJo-Philipp Wich <jo@mein.io>
Tue, 25 Oct 2016 14:36:47 +0000 (16:36 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 25 Oct 2016 14:38:50 +0000 (16:38 +0200)
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: Jo-Philipp Wich <jo@mein.io>

No differences found