Damn---removed the debugging code from write_message().
This commit is contained in:
parent
5140f01d5c
commit
e964cf0d35
@ -1,4 +1,4 @@
|
|||||||
/* $Id: reqs.c,v 1.47 2001-12-19 05:19:03 rjkaes Exp $
|
/* $Id: reqs.c,v 1.48 2001-12-19 05:20:01 rjkaes Exp $
|
||||||
*
|
*
|
||||||
* This is where all the work in tinyproxy is actually done. Incoming
|
* This is where all the work in tinyproxy is actually done. Incoming
|
||||||
* connections have a new thread created for them. The thread then
|
* connections have a new thread created for them. The thread then
|
||||||
@ -216,8 +216,6 @@ write_message(int fd, const char *fmt, ...)
|
|||||||
n = vsnprintf(buf, size, fmt, ap);
|
n = vsnprintf(buf, size, fmt, ap);
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
|
|
||||||
DEBUG2("n = %d", n);
|
|
||||||
|
|
||||||
/* If that worked, break out so we can send the buffer */
|
/* If that worked, break out so we can send the buffer */
|
||||||
if (n > -1 && n < size)
|
if (n > -1 && n < size)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user