Bug fix fix - remove debugging implementation of needoutflush.

This commit is contained in:
rsc 2007-01-12 16:02:09 +00:00
parent 78439d25f8
commit 7103ceb031

View file

@ -826,7 +826,7 @@ outsend(void)
int
needoutflush(void)
{
return 1;
return outmsg >= outdata+DATASIZE;
}
void
@ -835,6 +835,7 @@ outflush(void)
if(outmsg == outdata)
return;
outbuffered = 0;
/* flow control */
outT0(Hack);
waitack = 1;
do