Bug 138695

Summary: [SOUP] Use GMainLoopSource for request timeout in ResourceHandle
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, gustavo, rniwa, svillar
Priority: P2 Keywords: Soup
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch svillar: review+

Description Carlos Garcia Campos 2014-11-13 04:54:47 PST
We are currently using soup_timeout_add() that simply creates a GSource and attaches it to the given context. Using GMainLoopsource we simplify the code and fix any potential problem of converting the double value into milliseconds.
Comment 1 Carlos Garcia Campos 2014-11-13 04:56:42 PST
Created attachment 241482 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-11-14 01:21:52 PST
Committed r176120: <http://trac.webkit.org/changeset/176120>