Hi all, I have an assertion (1) of String::append called from ESICustomParser::parse (2). Is 64K too small in some scenarios? 1 - String.cc:204: "len_ + len < 65536" 2 - CustomParser.cc:85 William Lima