mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 10:38:53 +08:00
tests: Remove debug output
This commit is contained in:
@@ -3251,8 +3251,6 @@ void test_nghttp2_submit_data_twice(void)
|
|||||||
|
|
||||||
CU_ASSERT(0 == nghttp2_session_send(session));
|
CU_ASSERT(0 == nghttp2_session_send(session));
|
||||||
|
|
||||||
fprintf(stderr, "acc.length=%zu\n", acc.length);
|
|
||||||
|
|
||||||
/* We should have sent 2 DATA frame with 16 bytes payload each */
|
/* We should have sent 2 DATA frame with 16 bytes payload each */
|
||||||
CU_ASSERT(NGHTTP2_FRAME_HDLEN * 2 + 16 * 2 == acc.length);
|
CU_ASSERT(NGHTTP2_FRAME_HDLEN * 2 + 16 * 2 == acc.length);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user