Bug 124710 - Add optional cURL network backend support to EFL build system (WebCore only)
Summary: Add optional cURL network backend support to EFL build system (WebCore only)
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 124709
  Show dependency treegraph
 
Reported: 2013-11-21 04:08 PST by Peter Molnar
Modified: 2014-09-15 04:09 PDT (History)
8 users (show)

See Also:


Attachments
patch (11.71 KB, patch)
2013-11-21 04:23 PST, Peter Molnar
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Molnar 2013-11-21 04:08:29 PST
Add optional cURL network backend support to EFL build system (WebCore only)
Comment 1 Peter Molnar 2013-11-21 04:23:22 PST
Created attachment 217546 [details]
patch
Comment 2 Gyuyoung Kim 2013-11-21 20:31:42 PST
Is there any benefit when we use cUrl instead of libsoup ?
Comment 3 Ryuan Choi 2013-11-21 20:59:50 PST
(In reply to comment #2)
> Is there any benefit when we use cUrl instead of libsoup ?

If we can support libcurl backend well, I believe that we can consolidate network backend because efl used libcurl(backend as ecore-con) as a default.

But, If I remember correctly, we dropped to support libcurl backend long time ago because of maintanance issues and lack of functionality.

I am not sure whether we can take care of both backends well.
Comment 4 Gyuyoung Kim 2013-11-21 21:07:49 PST
(In reply to comment #3)
> (In reply to comment #2)
> > Is there any benefit when we use cUrl instead of libsoup ?
> 
> If we can support libcurl backend well, I believe that we can consolidate network backend because efl used libcurl(backend as ecore-con) as a default.
> 
> But, If I remember correctly, we dropped to support libcurl backend long time ago because of maintanance issues and lack of functionality.

Yes, right. I remember Eric wanted to remove libcurl backend if no ports used it. I agree to use ecore-con instead of libsoup. However, I don't like to increase maintenance overhead if there is no benefit on using cUrl.
Comment 5 Gyuyoung Kim 2014-02-09 21:21:12 PST
Comment on attachment 217546 [details]
patch

Clear r?, cq? because there is no reply to our questions.
Comment 6 Csaba Osztrogonác 2014-09-15 04:09:00 PDT
Closing as resolved/wontfix about comments.