On Mon, Dec 15, 2008 at 09:45:39AM +0100, Benjamin Wolsey wrote:
> There's a comment in the code about testing whether the URL can change
> between calls, and if that's the case it would scupper this idea. If it
> can't, it would support this model.
Now tested by remoting.swf.
nc.connect(a);
nc.call(x);
nc.connect(b);
nc.call(y);
You'd get two responses, from two different connections.
The test connects to the same url too, but still performs
two different POST requests (checked trough REMOTE_PORT
env variable setup by httpd).
--strk;
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev