Add support for binary frames to websocket service
Compare changes
+ 109
− 62
@@ -23,22 +23,29 @@ load("sbbsdefs.js");
@@ -118,14 +125,20 @@ try {
@@ -173,6 +186,8 @@ function CalculateWebSocketKey(InLine) {
@@ -187,6 +202,8 @@ function GetFromServer() {
@@ -252,20 +269,19 @@ function GetFromWebSocketClientVersion7() {
@@ -277,9 +293,7 @@ function GetFromWebSocketClientVersion7() {
@@ -331,21 +345,31 @@ function GetFromWebSocketClientVersion7() {
@@ -383,13 +407,19 @@ function ParsePathHeader() {
@@ -415,7 +445,7 @@ function SendToWebSocketClientDraft0(AData) {
@@ -424,41 +454,46 @@ function SendToWebSocketClientDraft0(AData) {
@@ -623,7 +658,19 @@ function ShakeHandsVersion7() {