commit | 1ab096c80af1a2bca73aef78675de914a1834fd9 | [log] [tgz] |
---|---|---|
author | penenin <penenin@users.noreply.github.com> | Mon May 18 12:27:31 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon May 18 20:27:31 2020 +0100 |
tree | e560d0e5f2fd2f76bee7c94e9e3d16789c34ab31 | |
parent | dce229911cd61a441961df2219623fb166b5d139 [diff] [blame] |
THRIFT-5185: Support for using WebSockets as a server transport Client: cpp
diff --git a/test/tests.json b/test/tests.json index 42e5d6a..a8dbef7 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",