WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2014-11-13 04:56:42 PST
Created
attachment 241482
[details]
Patch
Carlos Garcia Campos
Comment 2
2014-11-14 01:21:52 PST
Committed
r176120
: <
http://trac.webkit.org/changeset/176120
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug