auth/factotum: fix flush (thanks Erik Quanstrom)
R=rsc http://codereview.appspot.com/6402044
This commit is contained in:
parent
63550fce0e
commit
9d4f8bfecc
1 changed files with 3 additions and 2 deletions
|
|
@ -419,8 +419,9 @@ fswrite(Req *r)
|
|||
static void
|
||||
fsflush(Req *r)
|
||||
{
|
||||
confirmflush(r);
|
||||
logflush(r);
|
||||
confirmflush(r->oldreq);
|
||||
logflush(r->oldreq);
|
||||
respond(r, nil);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue