various bug fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user