Hi, I am trying to run SQUID with ESI support (parser is custom). This works fine until processed pages reference for example Javascript files with filesize bigger than 64K. In that case SQUID crashes. LOG: 2012/04/19 10:47:19.295| clientStreamCallback: Calling 1 with cbdata 0x85ecfac from node 0x85dbde0 2012/04/19 10:47:19.295| esiProcessStream: Processing thisNode 0x86345d0 context 0x85ecf20 offset 65126 length 4096 2012/04/19 10:47:19.295| assertion failed: String.cc:197: "len_ + len < 65536" Are there any workaround for this issue? Or is it possible to configure SQUID in a way to skip ESI processing for example files/content by url path? Best regards and thanks in advance Dirk