Bug 124710

Summary: Add optional cURL network backend support to EFL build system (WebCore only)
Product: WebKit Reporter: Peter Molnar <pmolnar.u-szeged>
Component: WebKit EFLAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: commit-queue, galpeter, gyuyoung.kim, gyuyoung.kim, lucas.de.marchi, ossy, rakuco, ryuan.choi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 124709    
Attachments:
Description Flags
patch none

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.