Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
064bfcc9
Commit
064bfcc9
authored
Jan 23, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test failure
parent
a0028ea8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
tests/nghttp2_session_test.c
tests/nghttp2_session_test.c
+1
-3
No files found.
tests/nghttp2_session_test.c
View file @
064bfcc9
...
...
@@ -6408,7 +6408,7 @@ void test_nghttp2_session_graceful_shutdown(void) {
my_user_data
ud
;
memset
(
&
callbacks
,
0
,
sizeof
(
callbacks
));
callbacks
.
send_callback
=
block_count
_send_callback
;
callbacks
.
send_callback
=
null
_send_callback
;
callbacks
.
on_frame_send_callback
=
on_frame_send_callback
;
callbacks
.
on_stream_close_callback
=
on_stream_close_callback
;
...
...
@@ -6432,7 +6432,6 @@ void test_nghttp2_session_graceful_shutdown(void) {
CU_ASSERT
(
0
==
nghttp2_submit_goaway
(
session
,
NGHTTP2_FLAG_NONE
,
311
,
NGHTTP2_NO_ERROR
,
NULL
,
0
));
ud
.
block_count
=
1
;
ud
.
frame_send_cb_called
=
0
;
ud
.
stream_close_cb_called
=
0
;
...
...
@@ -6445,7 +6444,6 @@ void test_nghttp2_session_graceful_shutdown(void) {
CU_ASSERT
(
0
==
nghttp2_session_terminate_session2
(
session
,
301
,
NGHTTP2_NO_ERROR
));
ud
.
block_count
=
1
;
ud
.
frame_send_cb_called
=
0
;
ud
.
stream_close_cb_called
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment