webfs: aaand another one (should go to sleep)

This commit is contained in:
cinap_lenrek 2016-09-19 02:28:10 +02:00
parent cbdf48454f
commit c7f0aba80b

View file

@ -645,7 +645,7 @@ http(char *m, Url *u, Key *shdr, Buq *qbody, Buq *qpost)
}
if(h == nil){
alarm(timeout);
if((h = hdial(u, qpost!=nil)) == nil)
if((h = hdial(u, qpost==nil)) == nil)
break;
}
if(h->tunnel){