call create-env only for the first match. (for #220)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@619 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.2
Jan Kneschke 2005-08-24 21:01:34 +00:00
parent e1855b24dd
commit ff8637dee0
1 changed files with 2 additions and 0 deletions

View File

@ -1064,6 +1064,8 @@ URIHANDLER_FUNC(cgi_is_handled) {
buffer_reset(con->physical.path);
return HANDLER_FINISHED;
}
/* one handler is enough for the request */
break;
}
}