Claes Wikstrom
Claes Wikstrom
So, what do you mean, that a page can return data, and then at the end return .. like flush and yaws will then write everything back to the client?...
On 2018-02-02 10:12, Torbjörn Törnkvist wrote: > Indeed! He needs to get up to speed again... ;-) > > — > You are receiving this because you were mentioned. >...
Let me fiddle with it for a while and we'll see. /klacke On 2018-02-06 21:01, Steve Vinoski wrote: > Nice, @klacke ! > > I don't think it'll be too...
If I remember correctly, at the time there was no XHTML, there was only lax HTML. Maybe there was (XHTML) but is wasn't on the radar at the time. The...
On 27/11/15 11:00, Håkan Mattsson wrote: > The optimal solution would be to make the system under test easier to test. All asynchronous systems have this characteristic, it's inherent in...
Hmmm, re-reading once more, and this is close bu no cigarr, when the +expr matches, it seems we directly to cleanup, thus this construct can only be used once in...
[macro async-matcher action pattern] +$pattern [loop iter 1..20] [progress try $iter] !$action ?CLI-PROMPT [sleep 1] [endloop] + [endmacro]