/*
- * $Id: client_side.cc,v 1.175 1997/12/06 18:58:34 wessels Exp $
+ * $Id: client_side.cc,v 1.176 1997/12/06 19:38:36 wessels Exp $
*
* DEBUG: section 33 Client-side Routines
* AUTHOR: Duane Wessels
*status = -1;
return http;
}
-debug(0,0)("URI=%s\n", url);
debug(12, 5) ("parseHttpRequest: Request is '%s'\n", url);
token = strtok(NULL, null_string);
/* URL may be rewritten later, so make extra room */
url_sz = strlen(url) + Config.appendDomainLen + 5;
http->uri = xcalloc(url_sz, 1);
-debug(0,0)("URI=%s\n", url);
strcpy(http->uri, url);
http->accel = 0;
}