/*
- * $Id: client_side_reply.cc,v 1.12 2002/10/03 06:45:53 hno Exp $
+ * $Id: client_side_reply.cc,v 1.13 2002/10/03 09:47:58 hno Exp $
*
* DEBUG: section 88 Client-side Reply Routines
* AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
3)
("clientSendMoreData: Appending %d bytes after %d bytes of headers\n",
(int) body_size, rep->hdr_sz);
- ch = clientAclChecklistCreate(Config.accessList.reply, http->request, NULL);
+ ch = clientAclChecklistCreate(Config.accessList.reply, http);
ch->reply = rep;
rv = aclCheckFast(Config.accessList.reply, ch);
aclChecklistFree(ch);