webfs: aaand another one (should go to sleep)
This commit is contained in:
parent
cbdf48454f
commit
c7f0aba80b
1 changed files with 1 additions and 1 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue