contains '\n' and we do not have to add one.
/*
- * $Id: cachemgr.cc,v 1.70 1998/02/26 00:09:23 rousskov Exp $
+ * $Id: cachemgr.cc,v 1.71 1998/02/26 00:19:52 rousskov Exp $
*
* DEBUG: section 0 CGI Cache Manager
* AUTHOR: Duane Wessels
}
/* this is a way to pass HTTP status to the Web server */
if (statusStr)
- printf("Status: %d %s\n", status, statusStr);
+ printf("Status: %d %s", status, statusStr); /* statusStr has '\n' */
break;
case isHeaders:
/* forward header field */