merged [281]

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@285 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.3.14
Jan Kneschke 2005-04-15 08:10:39 +00:00
parent 3b5fffce48
commit d501b21f57
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ static handler_t mod_proxy_check_extension(server *srv, connection *con, void *p
host->host, host->port);
}
if (used == -1 || host->usage < used) {
if (host->usage != -1 && (used == -1 || host->usage < used)) {
used = host->usage;
ndx = k;