Code

proto: Don't include a string's length in the wire format.
authorSebastian Harl <sh@tokkee.org>
Wed, 24 Dec 2014 15:40:29 +0000 (16:40 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 24 Dec 2014 15:40:29 +0000 (16:40 +0100)
commitf1357b416c1264501958292c13c38ef8b5dece92
tree0356aac4d2dd74aef774a06e69d55960ffffeec2
parent147e814d602f90e411a948613e85e627f5858018
proto: Don't include a string's length in the wire format.

That's not necessary given that all strings are null-terminated.
src/utils/proto.c
t/unit/utils/proto_test.c