encoding debug

This commit is contained in:
Greg Wilkins 2014-06-19 15:32:27 +02:00
parent 9acf971cc1
commit c0629b6e04
1 changed files with 1 additions and 0 deletions

View File

@ -209,6 +209,7 @@ public class HpackEncoder
{
// entries like :status: 200 and :method: GET are worthwhile putting into ref set.
// as they are likely to be repeated.
encoding="StaticIndexed";
int index=_context.index(entry);
buffer.put((byte)0x80);
NBitInteger.encode(buffer,7,index);