Files
SingularityViewer/indra/llmessage
Aleric Inglewood 7b9f854c66 Fix for 'with active responder' llerrs crash.
This fixes at least one case (crash report 8407), which comes
down to not cleanly informing a responder of failure when the
request url is empty (or so badly formed that it isn't a valid
url). As a result, the statemachine would abort() without
informing the responder - which is bad, sort of.

The previous cases where the responder needed to be informed
of a failure, namely "statemachine timed_out()" and "bad_socket()"
when a socket suddenly becomes bad for unknown reason, have been
replaced with the more general 'aborted()' function, which must
be called before the statemachine calls abort(). Clearly this
has been done for all cases of abort() now, so that if the
llerrs fires again in the future then that would have to be
after the statemachine calls finish(), which is still as "impossible"
as it was - hence the llerrs is still there to make sure.

The reason that this seldom happened on SL, and more often on
opensim, even more often on home-brew test grids, seems plausible:
malformed urls happen more in those cases.

I also took the opportunity to improve the robustness of cases
where the curl error code is checked: it makes no sense to check
what curl gives as error code when an internal error occurred.
2013-11-18 18:16:26 +01:00
..
2012-04-29 00:25:40 -04:00
2013-05-07 02:01:31 +02:00
2013-07-08 17:25:06 +02:00
2013-01-08 17:50:09 +01:00
2012-12-24 19:58:54 +01:00
2012-03-06 07:31:15 +01:00
2013-10-12 02:49:11 -05:00
2012-10-26 04:13:29 +02:00
2013-02-12 20:47:55 -06:00
2013-02-12 20:47:55 -06:00
2012-08-09 10:56:29 -04:00
2012-10-31 05:01:24 +01:00
2013-07-31 15:49:34 -04:00
2012-07-16 22:35:04 +02:00
2012-03-06 07:31:15 +01:00
2012-11-03 14:13:13 +01:00
2013-11-02 01:20:05 -05:00
2012-10-31 23:11:42 +01:00
2012-07-20 08:13:07 -04:00
2013-09-27 03:14:51 +02:00
2012-11-03 14:13:13 +01:00
2012-03-06 07:31:15 +01:00
2013-09-27 03:14:51 +02:00