allow short secure links

This commit is contained in:
Igor Sysoev 2008-10-21 12:33:23 +00:00
parent 6645e76e38
commit 0c689b7498

View File

@ -113,7 +113,7 @@ url_start:
len = last - p;
if (end - start != 32 || len < 3) {
if (end - start != 32 || len == 0) {
goto not_found;
}