diff options
Diffstat (limited to 'src/msg.fbs')
-rw-r--r-- | src/msg.fbs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/msg.fbs b/src/msg.fbs index c630fec9d..e80713236 100644 --- a/src/msg.fbs +++ b/src/msg.fbs @@ -154,7 +154,8 @@ table FetchReq { table FetchRes { id: uint; status: int; - header_line: [string]; + header_key: [string]; + header_value: [string]; body: [ubyte]; } |