indy TIdHTTP in delphi 2005
From: Anthony Steele (this_is_not_email_at_i_luv_spam.yes_i_do.co.ru)
Date: 02/22/05
- Next message: Lauchlan M: "Re: How To Suggestions"
- Previous message: Craig van Nieuwkerk: "Re: How To Suggestions"
- Next in thread: Uffe Kousgaard: "Re: indy TIdHTTP in delphi 2005"
- Reply: Uffe Kousgaard: "Re: indy TIdHTTP in delphi 2005"
- Reply: Liz: "Re: indy TIdHTTP in delphi 2005"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 22 Feb 2005 00:06:32 +0000
I have just moved my applicaion from Delphi 7 to Delphi 2005 and am
having trouble with the indy TIdHTTP component. It used to work fine,
but now gives access violations on calls to
aString := Get(UrlString);
- but never on the first call.
This call is done on a thread, and synchronising does not help, but
badly affects the application's responsiveness. If I create a new
TIdHTTP before each get call there is no error, but I need to store
cookies so this is not viable.
Using Debug DCUs shows the exact call stack as
_DynArraySetLength
TIdBuffer.Clear
IdIOHandler.WriteBufferChar
IdIOHandler.WriteBufferCancel
TIdHTTPProtocol.BuildAndSendRequest
TIdCustomHTTP.ConnectToHost
TIdCustomHTTP.DoRequest
TIdCustomHTTP.Get
Any known issues/suggestions?
- Next message: Lauchlan M: "Re: How To Suggestions"
- Previous message: Craig van Nieuwkerk: "Re: How To Suggestions"
- Next in thread: Uffe Kousgaard: "Re: indy TIdHTTP in delphi 2005"
- Reply: Uffe Kousgaard: "Re: indy TIdHTTP in delphi 2005"
- Reply: Liz: "Re: indy TIdHTTP in delphi 2005"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|