[Gambas-user] Issue 451 in gambas: XML-RPC/RpcServer crashes if the receiving socket is closed
gambas at ...2524...
gambas at ...2524...
Sat Jul 6 21:02:55 CEST 2013
Updates:
Status: Fixed
Labels: -Version Version-3.4.0
Comment #1 on issue 451 by benoit.m... at ...626...: XML-RPC/RpcServer crashes
if the receiving socket is closed
http://code.google.com/p/gambas/issues/detail?id=451
Fixed in revision #5723 in a different way : A stream redirected through
the 'Begin' method checks that stream is ready for writing only when
the 'Send' method is called. Between the 'Begin' and 'Send' calls, the
PRINT and WRITE instructions will always succeed.
In other words, the TRY method is only necessary when calling the 'Send'
method, like it was.
But I don't think that this fix will be backported to the 3.4 version, so
your own version of the fix, or a different one with CATCH and FINALLY will
be necessary anyway.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
More information about the User
mailing list