Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc-gpu
Commits
f0a2b19b
Commit
f0a2b19b
authored
Jan 22, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Less HTTPd debugging
parent
b3bc212e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
src/network/httpd.c
src/network/httpd.c
+2
-6
No files found.
src/network/httpd.c
View file @
f0a2b19b
...
...
@@ -1228,8 +1228,6 @@ void httpd_HostDelete( httpd_host_t *host )
vlc_value_t
lockval
;
int
i
;
msg_Dbg
(
host
,
"httpd_HostDelete"
);
var_Get
(
httpd
->
p_libvlc
,
"httpd_mutex"
,
&
lockval
);
vlc_mutex_lock
(
lockval
.
p_address
);
...
...
@@ -1243,12 +1241,10 @@ void httpd_HostDelete( httpd_host_t *host )
}
TAB_REMOVE
(
httpd
->
i_host
,
httpd
->
host
,
host
);
msg_Dbg
(
host
,
"httpd_HostDelete: host removed from http"
);
host
->
b_die
=
1
;
vlc_thread_join
(
host
);
msg_Dbg
(
host
,
"
httpd_HostDelete: host thread join
ed"
);
msg_Dbg
(
host
,
"
HTTP host remov
ed"
);
for
(
i
=
0
;
i
<
host
->
i_url
;
i
++
)
{
...
...
@@ -1277,7 +1273,7 @@ void httpd_HostDelete( httpd_host_t *host )
vlc_object_release
(
httpd
);
if
(
httpd
->
i_host
<=
0
)
{
msg_
Info
(
httpd
,
"httpd doesn't reference any host, deleting
"
);
msg_
Dbg
(
httpd
,
"no host left, stopping httpd
"
);
vlc_object_detach
(
httpd
);
vlc_object_destroy
(
httpd
);
}
...
...
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