N
netlangz
Unregistered / Unconfirmed
GUEST, unregistred user!
butxchttp是一个thttpcli类 ,下面这断代码放在线程的定时器中,用于完成象一个页面post的时候由于超时导致thttpcli没有相应而强迫abort,为什么出现错误?
if butxchttp<>nil then
begin
sleep(1);
self.Synchronize(ckok);//线程中同步执行一个程序
butxchttp.Abort;
end;
if butxchttp<>nil then
begin
sleep(1);
self.Synchronize(ckok);//线程中同步执行一个程序
butxchttp.Abort;
end;