Removes restriction on \0 as terminating character

pull/17/head
Dino Oliva 8 years ago
parent 96bba0fb3a
commit d736ad2373
  1. 1
      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;
}

Loading…
Cancel
Save