Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
ZLMediaKit
Commits
dfec2d76
Commit
dfec2d76
authored
3 years ago
by
ziyue
Browse files
Options
Download
Email Patches
Plain Diff
修复close_stream接口无回复问题
parent
4f444203
master
feature/transcode
feature/transcode2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
server/WebApi.cpp
+1
-0
server/WebApi.cpp
with
1 addition
and
0 deletions
+1
-0
server/WebApi.cpp
+
1
-
0
View file @
dfec2d76
...
...
@@ -736,6 +736,7 @@ void installWebApi() {
val
[
"result"
]
=
flag
?
0
:
-
1
;
val
[
"msg"
]
=
flag
?
"success"
:
"close failed"
;
val
[
"code"
]
=
flag
?
API
::
Success
:
API
::
OtherFailed
;
invoker
(
200
,
headerOut
,
val
.
toStyledString
());
});
});
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help