Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
brpc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
brpc
Commits
943c7736
Commit
943c7736
authored
6 years ago
by
Ge Jun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix check in BuiltinServiceTest.connections
parent
2e360a55
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
brpc_builtin_service_unittest.cpp
test/brpc_builtin_service_unittest.cpp
+1
-1
No files found.
test/brpc_builtin_service_unittest.cpp
View file @
943c7736
...
...
@@ -219,7 +219,7 @@ protected:
EXPECT_FALSE
(
cntl
.
Failed
());
EXPECT_EQ
(
expect_type
,
cntl
.
http_response
().
content_type
());
CheckContent
(
cntl
,
buf
);
CheckFieldInContent
(
cntl
,
"channel_
socket
_count: "
,
0
);
CheckFieldInContent
(
cntl
,
"channel_
connection
_count: "
,
0
);
close
(
cfd
);
StopAndJoin
();
...
...
This diff is collapsed.
Click to expand it.
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