WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
174172
[Curl] Don't start downloading more than once for same request
https://bugs.webkit.org/show_bug.cgi?id=174172
Summary
[Curl] Don't start downloading more than once for same request
Basuke Suzuki
Reported
2017-07-05 13:20:21 PDT
CurlDownload tries to start downloading job twice for same Curl Handle, but callback is called for each handle. RefCount become wrong after complete.
Attachments
FIX
(1.14 KB, patch)
2017-07-14 14:58 PDT
,
Basuke Suzuki
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Basuke Suzuki
Comment 1
2017-07-14 14:58:36 PDT
Created
attachment 315494
[details]
FIX WebDownload calls start() from init(), but start() should be called from the owner of WebDownload.
WebKit Commit Bot
Comment 2
2017-07-14 16:03:16 PDT
Comment on
attachment 315494
[details]
FIX Clearing flags on attachment: 315494 Committed
r219532
: <
http://trac.webkit.org/changeset/219532
>
WebKit Commit Bot
Comment 3
2017-07-14 16:03:18 PDT
All reviewed patches have been landed. Closing bug.
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