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
608d4395
Commit
608d4395
authored
Feb 12, 2014
by
Simon Morlat
Browse files
clean out debug logs
parent
7c866849
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/http-message.c
View file @
608d4395
...
...
@@ -33,7 +33,6 @@ static void belle_http_request_destroy(belle_http_request_t *req){
DESTROY_STRING
(
req
,
method
)
belle_http_request_set_listener
(
req
,
NULL
);
SET_OBJECT_PROPERTY
(
req
,
orig_uri
,
NULL
);
belle_sip_message
(
"http request destroyed"
);
}
static
void
belle_http_request_clone
(
belle_http_request_t
*
obj
,
const
belle_http_request_t
*
orig
){
...
...
@@ -81,7 +80,6 @@ belle_http_request_t *belle_http_request_create(const char *method, belle_generi
void
belle_http_request_set_listener
(
belle_http_request_t
*
req
,
belle_http_request_listener_t
*
l
){
if
(
req
->
listener
){
belle_sip_object_weak_unref
(
req
->
listener
,(
belle_sip_object_destroy_notify_t
)
belle_http_request_listener_destroyed
,
req
);
belle_sip_message
(
"listener unset"
);
req
->
listener
=
NULL
;
}
if
(
l
){
...
...
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