aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/testdata/invalid-idonly.js
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/testdata/invalid-idonly.js')
-rw-r--r--rpc/testdata/invalid-idonly.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/rpc/testdata/invalid-idonly.js b/rpc/testdata/invalid-idonly.js
new file mode 100644
index 000000000..79997bee3
--- /dev/null
+++ b/rpc/testdata/invalid-idonly.js
@@ -0,0 +1,7 @@
+// This test checks processing of messages that contain just the ID and nothing else.
+
+--> {"id":1}
+<-- {"jsonrpc":"2.0","id":1,"error":{"code":-32600,"message":"invalid request"}}
+
+--> {"jsonrpc":"2.0","id":1}
+<-- {"jsonrpc":"2.0","id":1,"error":{"code":-32600,"message":"invalid request"}}