Problems after 2000 requests!

Hi all!

I need help!
I use libwww in a application that works like a gateway. The application
gets request in a different protocol and sent it via libwww as http request
to the internet. In this special manner the application gets only request
to documents in a special domain. (request to e.g. http://www.yahoo.de/<any
additional path>) I use the function "HTLoadToChunk" with the
"NoCacheClient" profile. Everything works fine, but after several request
(~1500-2000) libwww can not access this special domain. If I try any other
URL (e.g. http://www.heise.de or anything else) everything still works
fine! Unfortunately I have no debug output, but I work on this! I cast
suspicion on the "HTAnchor" module, because it build a "picture" of the web
that the application touches in their lifetime. But I don't understand the
module complete. I am just reading the source code.
Perhaps anyone has an idea ?!?! Do anybody know if I can do a request
without using "anchors" ?

Thanks in advance,

Timo!

Received on Thursday, 9 August 2001 06:09:12 UTC