[webkit-dev] network calls...curl implementation

2009-01-29 Thread abhas saroha
hi all,
  wanted to know how to use the curl implementation in
webcore/platform/network to make network connections. Can anybody tell me
where in the code the actual network calls are being made.
regards,
Abhas Saroha
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] network calls...curl implementation

2009-01-29 Thread Patrick Hanna
curl/ResourceHandleManager.cpp handles all the requests issued to  
curl. The actual http implementation exists in libcurl which is not  
part of the webkit source tree.


Patrick

On Jan 29, 2009, at 12:09 PM, abhas saroha wrote:


hi all,
  wanted to know how to use the curl implementation in webcore/ 
platform/network to make network connections. Can anybody tell me  
where in the code the actual network calls are being made.

regards,
Abhas Saroha
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev