Add debug output for HPACK decoded integer

This commit is contained in:
Tatsuhiro Tsujikawa 2014-08-02 10:40:25 +09:00
parent 16101b8b3f
commit d36bea8554
1 changed files with 2 additions and 0 deletions

View File

@ -1225,6 +1225,8 @@ static ssize_t hd_inflate_read_len(nghttp2_hd_inflater *inflater,
inflater->left = out; inflater->left = out;
DEBUGF(fprintf(stderr, "inflatehd: decoded integer is %u\n", out));
return rv; return rv;
} }