I think you need to bind the interface/ipaddress to curl before using it check CURLOPT_INTERFACE http://curl.haxx.se/libcurl/c/curl_easy_setopt.html
Regards, Zaheer On Wed, Sep 29, 2010 at 1:26 PM, Yannick Poirier <[email protected]>wrote: > Hi, > > I'm using WebKit + libCurl backend . > My problem is that when I change network configuration (for example from > wired to wifi ) and try to re-load a web page, sometimes the browser stops > to work and then it is impossible to load another page. > > > What I now is that it happens when libcurl tries to re-use an old > connection : > > * Re-using existing connection! (#0) with host ... > > Most of the time it detects that this connection is not valid anymore so it > starts a new one without any problem. > But sometimes the browser uses this connection and then we cannot load a > page anymore. > > I'm using WebKit r59822 + libCurl 7.20.0 > > I dont't know if it is a bug in libCurl, and how it can be fixed ? > > Regards, > > Yannick > > > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
