in hpack/src/main/java/com/twitter/hpack/Encoder.java [243:245]
int length() { return size == 0 ? 0 : head.after.index - head.before.index + 1; }