Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
1fa77e8a
Commit
1fa77e8a
authored
Jun 15, 2016
by
François Grisez
Browse files
Fix build
parent
62498a4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/channel.c
View file @
1fa77e8a
...
...
@@ -419,7 +419,7 @@ static int acquire_body_simple(belle_sip_channel_t *obj, int end_of_stream){
if
(
end_of_stream
||
belle_sip_body_handler_get_transfered_size
(
bh
)
>=
content_length
){
/*great body completed*/
belle_sip_message
(
"channel [%p] read [%i] bytes of body from [%s:%i]"
,
obj
,
content_length
,
(
int
)
content_length
,
obj
->
peer_name
,
obj
->
peer_port
);
belle_sip_channel_message_ready
(
obj
);
...
...
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