[Webkit-unassigned] [Bug 187984] [Curl] Use shared single thread for WebSocket connections

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 5 05:40:54 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=187984

--- Comment #25 from Takashi Komori <Takashi.Komori at sony.com> ---
(In reply to Takashi Komori from comment #14)
> (In reply to Fujii Hironori from comment #9)
> > Comment on attachment 389232 [details]
> > Handling connections by one thread.
> > 
> > View in context:
> > https://bugs.webkit.org/attachment.cgi?id=389232&action=review
> > 
> > > Source/WebCore/platform/network/curl/CurlStream.cpp:168
> > > +    while (m_writeBufferOffset < m_writeBufferSize) {
> > 
> > Do you know the reason why 'while' loop is used here even though 'tryToRead'
> > doesn't?
> 
> We haven't fixed it, we will start soon.

Fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200205/df6fa7bc/attachment-0001.htm>


More information about the webkit-unassigned mailing list