Commit c3ed20b7 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Remove debug output

parent e92b74d6
......@@ -176,7 +176,6 @@ void test_nghttp2_frame_pack_headers_frame_too_large(void)
nghttp2_frame_headers_init(&frame, NGHTTP2_FLAG_END_STREAM, 1000000007,
0, nva, nvlen);
framelen = nghttp2_frame_pack_headers(&buf, &buflen, &frame, &deflater);
printf("framelen=%ld\n", framelen);
CU_ASSERT_EQUAL(NGHTTP2_ERR_HEADER_COMP, framelen);
nghttp2_frame_headers_free(&frame);
......
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