Revision: 14736
Author: adrian.chadd
Date: Mon Jul 12 01:10:06 2010
Log:
Add in a missing call to accessLogEntryInit()


http://code.google.com/p/lusca-cache/source/detail?r=14736

Modified:
 /playpen/LUSCA_HEAD_ipv6/src/client_side_request_parse.c

=======================================
--- /playpen/LUSCA_HEAD_ipv6/src/client_side_request_parse.c Sun Jul 11 16:49:18 2010 +++ /playpen/LUSCA_HEAD_ipv6/src/client_side_request_parse.c Mon Jul 12 01:10:06 2010
@@ -387,6 +387,7 @@
     http->req_sz = prefix_sz;
     http->range_iter.boundary = StringNull;
     http->maxRequestBodySize = -1;
+    accessLogEntryInit(&http->al);
     dlinkAdd(http, &http->active, &ClientActiveRequests);

debug(33, 5) ("parseHttpRequest: Request Header is\n%s\n", hmsg->buf + hmsg->req_end);

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to