Paul wrote: > Hi, > > > anyone knows what an ErrCode = 3 (in onRequestDone) means ?
That's what I found in in the unit: { EHttpException error code } httperrNoError = 0; httperrBusy = 1; httperrNoData = 2; httperrAborted = 3; httperrOverflow = 4; httperrVersion = 5; httperrInvalidAuthState = 6; httperrSslHandShake = 7; procedure THttpCli.Abort; [..] FStatusCode := 404; FReasonPhrase := 'Connection aborted on request'; FRequestDoneError := httperrAborted; procedure THttpCli.SslHandshakeDone( [..] FStatusCode := 404; if Disconnect then FReasonPhrase := 'SSL custom abort' else FReasonPhrase := 'SSL handshake failed'; FRequestDoneError := httperrAborted; --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html > > Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be