From d736ad237398cac3d4e1338685cdded2045564a9 Mon Sep 17 00:00:00 2001 From: Dino Oliva Date: Tue, 7 Feb 2017 10:14:08 -0800 Subject: [PATCH] Removes restriction on \0 as terminating character --- stats/stats_context.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/stats/stats_context.proto b/stats/stats_context.proto index eca5e8c..db6ced7 100644 --- a/stats/stats_context.proto +++ b/stats/stats_context.proto @@ -27,6 +27,5 @@ message StatsContext { // All implementations must honor these specs: // * The num_tags is represented using varint. // * The key/value lengths are represented using varint. - // * keys/values do not include the terminating character '\0'. bytes tags = 1; }