various bug fixes
This commit is contained in:
parent
4f48d1d4f7
commit
2e965b3324
12 changed files with 82 additions and 41 deletions
|
|
@ -75,6 +75,7 @@ vtrpc(VtConn *z, Packet *p)
|
|||
while(!r->done){
|
||||
qunlock(&z->lk);
|
||||
if((p = vtrecv(z)) == nil){
|
||||
werrstr("unexpected eof on venti connection");
|
||||
z->muxer = 0;
|
||||
return nil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue