Commit 6249038c authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

src: Print headers in PUSH_PROMISE

parent 2b9d4efa
......@@ -296,6 +296,7 @@ void print_frame(print_type ptype, const nghttp2_frame *frame)
print_frame_attr_indent();
printf("(promised_stream_id=%d)\n",
frame->push_promise.promised_stream_id);
print_nv(frame->headers.nva, frame->headers.nvlen);
break;
case NGHTTP2_PING:
print_frame_attr_indent();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment