gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] NetConnection URI and .connect


From: Sandro Santilli
Subject: Re: [Gnash-dev] NetConnection URI and .connect
Date: Mon, 15 Dec 2008 13:22:34 +0100

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]