Why is ICS written to trigger an exception error upon events such as an
internal server error, or when a connection request is aborted in the
middle of receiving data from the server? The code I am referring to is
this:

if (FStatusCode >= 400) and (FStatusCode <> 401) and (FStatusCode <> 407)
then
raise EHttpException.Create(FReasonPhrase, FStatusCode);

Why not just give the option of sending an alert instead of closing the
app with a fatal error?

-- 
Want an e-mail address like mine?
Get a free e-mail account today at www.mail.com!

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to