John
unread,Dec 20, 2011, 5:37:55 PM12/20/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gae...@googlegroups.com
Thanks for the quick response, Guilllaume!
This looks pretty weird: The first time the script is run, the output is complete
(2787 chars). Later, when the output is slightly different, the script
is run 3 times in sequence, and the output is truncated to 2307 chars
the first time, 2310 chars the second time and 2313 chars the third
time. Don't remember ever seeing a bug that increments by 3, before
:>
We never specify cache in routes.groovy, so I hope the
output wouldn't be affected by the cache holding a prior value. I
suppose it's possible that the output is actually 2307 chars (then 2310,
then 2313), and the first (2787 char result) is being sent in the
response, truncated to the actual length that the script produced.
I still haven't made it happen in the SDK dev server, so I suppose I'll
see whether I can change the behavior by adding a flush() call. I guess there isn't logging to enable in the flow of the Cache / ServletOutput...
I'll pull down the Gaelyk 1.0 source. Things have been working nicely, so my copy of the source is still at 17 October.