[haiku-bugs] [Haiku] #10510: Support Web Sockets

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Thu, 06 Feb 2014 14:54:58 -0000

#10510: Support Web Sockets
--------------------------------------+------------------------------
 Reporter:  pulkomandy                |        Owner:  pulkomandy
     Type:  enhancement               |       Status:  new
 Priority:  normal                    |    Milestone:  Unscheduled
Component:  Applications/WebPositive  |      Version:  R1/Development
 Keywords:  easy                      |   Blocked By:
 Blocking:                            |  Has a Patch:  0
 Platform:  All                       |
--------------------------------------+------------------------------
 Test case: http://websocketstest.com

 This is reasonably easy to implement. Most of the protocol handling is
 already done on WebKit side, so all we need is an implementation of
 Source/WebCore/platform/network/haiku/SocketStreamHandleHaiku.cpp.

 Have a look at
 Source/WebCore/platform/network/soup/SocketStreamHandleSoup.cpp for a
 reference implementation.

 Basically, this is just a socket I/O class with a non-blocking
 connect/read/write. It should not be a problem to implement this over
 BSocket/BSecureSocket.

--
Ticket URL: <https://dev.haiku-os.org/ticket/10510>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #10510: Support Web Sockets - pulkomandy