[webkit-help] Modifying network configuration without restarting WebKit

Zaheer Ahmad zaheer.mot at gmail.com
Wed Sep 29 01:31:12 PDT 2010


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
<contact at yannickpoirier.fr>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
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20100929/76da8993/attachment.html>


More information about the webkit-help mailing list