Hello,
I have an application which do requests on an HTTP server using wip_getFileOpts. Sometimes I get WIP_CERR_DNS_FAILURE …
I’m alwayes connected to GPRS and I do always the same things
ch = wip_HTTPClientCreateOpts(NULL,NULL,WIP_COPT_HTTP_HEADER, “User-Agent”, “WIP-HTTP-Client/1.0”,WIP_COPT_END);
}
int r = wip_getFileOpts(_ch, "http://www.google.f",
ipPusher_event,NULL,
WIP_COPT_HTTP_HEADER, "Accept","text/html",
WIP_COPT_END);
It works fine at the beginning and after a while I got WIP_CERR_DNS_FAILURE
Do you have any Idea ?
Thanks.
Vincent.