RESOLVED FIXED 138695
[SOUP] Use GMainLoopSource for request timeout in ResourceHandle
https://bugs.webkit.org/show_bug.cgi?id=138695
Summary [SOUP] Use GMainLoopSource for request timeout in ResourceHandle
Carlos Garcia Campos
Reported 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.
Attachments
Patch (4.87 KB, patch)
2014-11-13 04:56 PST, Carlos Garcia Campos
svillar: review+
Carlos Garcia Campos
Comment 1 2014-11-13 04:56:42 PST
Carlos Garcia Campos
Comment 2 2014-11-14 01:21:52 PST
Note You need to log in before you can comment on or make changes to this bug.