summaryrefslogtreecommitdiff
path: root/src/msg.fbs
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2018-12-21 04:47:09 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-12-21 04:47:09 -0500
commite4be1209b6216ad12729981947c0725b5ccc55a5 (patch)
tree3f13f4d49c8ca38acd2ec755523e1cb9660646a8 /src/msg.fbs
parent105a5193b5aa231f0169d1113792f5c80e7438de (diff)
Avoid fetch segfault on empty Uri (#1394)
Diffstat (limited to 'src/msg.fbs')
-rw-r--r--src/msg.fbs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/msg.fbs b/src/msg.fbs
index 9cdb628a1..b576d0f23 100644
--- a/src/msg.fbs
+++ b/src/msg.fbs
@@ -106,6 +106,9 @@ enum ErrorKind: byte {
HttpParse,
HttpOther,
TooLarge,
+
+ // custom errors
+ InvalidUri,
}
table Cwd {}