/*
- * $Id: htcp.cc,v 1.41 2002/08/09 10:57:43 robertc Exp $
+ * $Id: htcp.cc,v 1.42 2002/10/04 14:00:22 hno Exp $
*
* DEBUG: section 31 Hypertext Caching Protocol
* AUTHOR: Duane Wesssels
stuff.S.method = (char *) RequestMethodStr[req->method];
stuff.S.uri = (char *) storeUrl(e);
stuff.S.version = vbuf;
- httpBuildRequestHeader(req, req, e, &hdr, -1, flags);
+ httpBuildRequestHeader(req, req, e, &hdr, flags);
memBufDefInit(&mb);
packerToMemInit(&pa, &mb);
httpHeaderPackInto(&hdr, &pa);
/*
- * $Id: ssl.cc,v 1.122 2002/09/15 06:40:57 robertc Exp $
+ * $Id: ssl.cc,v 1.123 2002/10/04 14:00:22 hno Exp $
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels
sslState->request,
NULL, /* StoreEntry */
&hdr_out,
- sslState->client.fd,
flags); /* flags */
packerToMemInit(&p, &mb);
httpHeaderPackInto(&hdr_out, &p);
/*
- * $Id: tunnel.cc,v 1.122 2002/09/15 06:40:57 robertc Exp $
+ * $Id: tunnel.cc,v 1.123 2002/10/04 14:00:22 hno Exp $
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels
sslState->request,
NULL, /* StoreEntry */
&hdr_out,
- sslState->client.fd,
flags); /* flags */
packerToMemInit(&p, &mb);
httpHeaderPackInto(&hdr_out, &p);