merged [281]
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@285 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.3.14
parent
3b5fffce48
commit
d501b21f57
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue