| View previous topic :: View next topic |
| Author |
Message |
pascal Guest
|
Posted: Mon Dec 29, 2003 11:47 pm Post subject: NmHttp says "Socket caputure aborted" |
|
|
Hello,
Having this code:
NMHTTP myNm;
MyNm.Get( /*here I call a cgi script that updates a DataBase*/ );
Strange, the MyNm.Get command seems to call the cgi script on the web server
correctly, and the DataBase is updated correctly! But the NMHTTP instance
throws "EAbortError", "Socket caputure aborted". Does anybody have an idea
why this might happen?
Thanks in advance!
Pascal
|
|
| Back to top |
|
 |
pascal Guest
|
Posted: Mon Dec 29, 2003 11:48 pm Post subject: Re: NmHttp says "Socket capture aborted" |
|
|
Of course I mean "Socket capture aborted"...
Pascal
"pascal" <pascal.lambers (AT) pandora (DOT) be> wrote
| Quote: | Hello,
Having this code:
NMHTTP myNm;
MyNm.Get( /*here I call a cgi script that updates a DataBase*/ );
Strange, the MyNm.Get command seems to call the cgi script on the web
server
correctly, and the DataBase is updated correctly! But the NMHTTP instance
throws "EAbortError", "Socket caputure aborted". Does anybody have an idea
why this might happen?
Thanks in advance!
Pascal
|
|
|
| Back to top |
|
 |
Ben Hochstrasser [FF] Guest
|
Posted: Tue Dec 30, 2003 12:17 am Post subject: Re: NmHttp says "Socket caputure aborted" |
|
|
Remy Lebeau (TeamB) wrote:
| Quote: | The Netmaster components are very buggy and problematic. You should
consider switching to a different library, such as Indy
(http://www.indyproject.org) or ICS ([url]http://www.overbyte.be)[/url].
|
I wonder if there's a conspiracy that Synapse
(http://www.ararat.cz/synapse) must not be mentioned in this newsgroup...
;-)
--
Ben
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue Dec 30, 2003 12:19 am Post subject: Re: NmHttp says "Socket caputure aborted" |
|
|
"pascal" <pascal.lambers (AT) pandora (DOT) be> wrote
| Quote: | But the NMHTTP instance throws "EAbortError", "Socket
caputure aborted". Does anybody have an idea why this might happen?
|
The Netmaster components are very buggy and problematic. You should
consider switching to a different library, such as Indy
(http://www.indyproject.org) or ICS ([url]http://www.overbyte.be)[/url].
Gambit
|
|
| Back to top |
|
 |
Clever Components Team Guest
|
|
| Back to top |
|
 |
pascal Guest
|
Posted: Tue Dec 30, 2003 11:23 am Post subject: Re: NmHttp says "Socket caputure aborted" |
|
|
Thanks a lot, the Indy components do the work properly. Strangely enough,
the Indy components even seem to work without knowing my cable operator's
proxy server + port. I don't really understand how this can work???
Pascal
"Remy Lebeau (TeamB)" <gambit47.no.spam (AT) no (DOT) spam.yahoo.com> wrote
| Quote: |
"pascal" <pascal.lambers (AT) pandora (DOT) be> wrote in message
news:3ff0bcae (AT) newsgroups (DOT) borland.com...
But the NMHTTP instance throws "EAbortError", "Socket
caputure aborted". Does anybody have an idea why this might happen?
The Netmaster components are very buggy and problematic. You should
consider switching to a different library, such as Indy
(http://www.indyproject.org) or ICS ([url]http://www.overbyte.be)[/url].
Gambit
|
|
|
| Back to top |
|
 |
|