robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.59k stars 1.31k forks source link

WebSocket should support data frame whose length is larger than 64k #164

Closed huangjimmy closed 8 years ago

huangjimmy commented 8 years ago

1 WebSocket class should not close connection when payload length is a 64bit unsigned. 2 WebSocket class should not close connection in case of ping and pong

huangjimmy commented 8 years ago

I merge Improvements for Mac and binary transfer (https://github.com/robbiehanson/CocoaHTTPServer/pull/147) and handle 64-bit payloads in websocket (https://github.com/robbiehanson/CocoaHTTPServer/pull/131) into my own fork.