WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
175713
[Curl] Improve multi-threaded networking
https://bugs.webkit.org/show_bug.cgi?id=175713
Summary
[Curl] Improve multi-threaded networking
Daewoong Jang
Reported
2017-08-17 22:58:38 PDT
Another part of patch which fixes bug:
https://bugs.webkit.org/show_bug.cgi?id=175253
Attachments
patch part 2
(96.67 KB, patch)
2017-08-17 23:01 PDT
,
Daewoong Jang
achristensen
: review+
achristensen
: commit-queue-
Details
Formatted Diff
Diff
patch part 2
(96.45 KB, patch)
2017-08-18 14:27 PDT
,
Daewoong Jang
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Daewoong Jang
Comment 1
2017-08-17 23:01:57 PDT
Created
attachment 318477
[details]
patch part 2
Alex Christensen
Comment 2
2017-08-18 13:18:14 PDT
Comment on
attachment 318477
[details]
patch part 2 View in context:
https://bugs.webkit.org/attachment.cgi?id=318477&action=review
> Source/WebCore/platform/network/curl/CurlDownload.cpp:62 > - m_url = url; > + m_url = url.isolatedCopy();
I don't think this is necessary. This is not the point at which we are moving to another thread.
> Source/WebCore/platform/network/curl/CurlJobManager.cpp:86 > + default: > + ASSERT_NOT_REACHED();
This should be removed.
Daewoong Jang
Comment 3
2017-08-18 14:27:39 PDT
Created
attachment 318542
[details]
patch part 2
Daewoong Jang
Comment 4
2017-08-18 14:30:34 PDT
(In reply to Alex Christensen from
comment #2
)
> Comment on
attachment 318477
[details]
> patch part 2 > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=318477&action=review
> > > Source/WebCore/platform/network/curl/CurlDownload.cpp:62 > > - m_url = url; > > + m_url = url.isolatedCopy(); > > I don't think this is necessary. This is not the point at which we are > moving to another thread. > > > Source/WebCore/platform/network/curl/CurlJobManager.cpp:86 > > + default: > > + ASSERT_NOT_REACHED(); > > This should be removed.
I have updated my patch. Thanks for review!
WebKit Commit Bot
Comment 5
2017-08-18 16:02:55 PDT
Comment on
attachment 318542
[details]
patch part 2 Clearing flags on attachment: 318542 Committed
r220939
: <
http://trac.webkit.org/changeset/220939
>
WebKit Commit Bot
Comment 6
2017-08-18 16:02:57 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7
2017-08-18 16:04:00 PDT
<
rdar://problem/33972311
>
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