[Webkit-unassigned] [Bug 144628] [Curl] WebSocket platform part is not implemented.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 7 13:31:26 PDT 2015


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

--- Comment #6 from peavo at outlook.com ---
(In reply to comment #3)
> 
> > Source/WebCore/platform/network/curl/SocketStreamHandle.h:69
> > +    bool readData(CURL* curlHandle);
> > +    bool sendData(CURL* curlHandle);
> > +    bool waitForAvailableData(CURL* curlHandle, int selectTimeoutMS);
> 
> These CURL* don’t need argument names in the header, and also, should be
> CURL&.
> 

I didn't change the parameter type, as CURL& didn't compile, since CURL is of type void.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150507/a0cc5d5a/attachment.html>


More information about the webkit-unassigned mailing list