On 11/23/2013 05:46 AM, Amos Jeffries wrote: > class StringArea was always intended to only be a temporary measure > before SBuf was completed and merged. That has now happened. > > This replaces StringArea class with SBuf and drops the now unused code.
StringArea is a performance optimization. I do not see why we should remove it (i.e., introduce this performance regression) like that, but if there is a good reason why HttpHdrCc code should suffer, I cannot object to this change. Alex.