Yee Man Chan wrote:
>
> Hi,
>
> I was trying to do that popup window thing. So I wrote the following module
> and I inserted a call to popup() inside fwdComplete just before
> storeComplete(e).
Sorry, but you can't do that there, at least not if you want the data
sent to the client who requested the object. The client most likely have
already received most of the object, and it is probably already stored
on disk as well.
Also, beware of content-length when modifying the data stream.
> I get the strange assertion error at assert(mem == e->mem_obj) inside popup()
Probably stack/data corruption in one of your functions. I could not
find any obvious error which could cause this, except that there is an
off-by-one error for script[] in popupProcessHTML().
-- Henrik Nordstrom Spare time Squid hackerReceived on Tue Sep 28 1999 - 00:05:47 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:17 MST