Revision: 14362 Author: adrian.chadd Date: Wed Nov 4 16:11:56 2009 Log: Re-enable the "slow" processing path for httpClone() by default.
http://code.google.com/p/lusca-cache/source/detail?r=14362 Modified: /branches/LUSCA_HEAD/src/HttpReply.c ======================================= --- /branches/LUSCA_HEAD/src/HttpReply.c Mon Nov 2 21:23:40 2009 +++ /branches/LUSCA_HEAD/src/HttpReply.c Wed Nov 4 16:11:56 2009 @@ -402,7 +402,7 @@ * when we've already -done- that, but I'll worry about doing it * faster later. Besides, there's too much other code to fix up. */ -#if 0 +#if 1 httpReplyHdrCacheInit(dst); #else dst->content_length = src->content_length; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
