summaryrefslogtreecommitdiff
path: root/test/tests.json
diff options
context:
space:
mode:
authorpenenin <penenin@users.noreply.github.com>2020-05-18 12:27:31 -0700
committerGitHub <noreply@github.com>2020-05-18 20:27:31 +0100
commit1ab096c80af1a2bca73aef78675de914a1834fd9 (patch)
treee560d0e5f2fd2f76bee7c94e9e3d16789c34ab31 /test/tests.json
parentdce229911cd61a441961df2219623fb166b5d139 (diff)
downloadthrift-1ab096c80af1a2bca73aef78675de914a1834fd9.tar.gz
THRIFT-5185: Support for using WebSockets as a server transport
Client: cpp
Diffstat (limited to 'test/tests.json')
-rw-r--r--test/tests.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/tests.json b/test/tests.json
index 42e5d6aab..a8dbef7d4 100644
--- a/test/tests.json
+++ b/test/tests.json
@@ -193,7 +193,8 @@
"transports": [
"buffered",
"framed",
- "http"
+ "http",
+ "websocket"
],
"sockets": [
"ip",
@@ -366,7 +367,8 @@
"buffered",
"http",
"framed",
- "zlib"
+ "zlib",
+ "websocket"
],
"sockets": [
"ip",