From 3f5e359ef44f2afd7d72eb70335400f276c69ef4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 18 Jun 2014 15:12:54 +0900 Subject: [PATCH] Fix failmalloc test --- tests/failmalloc_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/failmalloc_test.c b/tests/failmalloc_test.c index 38e3ccdf..3433a563 100644 --- a/tests/failmalloc_test.c +++ b/tests/failmalloc_test.c @@ -204,7 +204,7 @@ static void run_nghttp2_session_send(void) if(rv != 0) { goto fail; } - rv = nghttp2_submit_goaway(session, NGHTTP2_FLAG_NONE, NGHTTP2_NO_ERROR, + rv = nghttp2_submit_goaway(session, NGHTTP2_FLAG_NONE, 100, NGHTTP2_NO_ERROR, NULL, 0); if(rv != 0) { goto fail;