Commit df26e053 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

httpd: do not use lock_and_wait

If there is nothing to do, then the interface thread can finish.
parent 5a08521e
......@@ -332,6 +332,3 @@ end
h = vlc.httpd()
local root_acl = load_dir( http_dir )
local a = h:handler("/art",nil,nil,root_acl,callback_art,nil)
while not vlc.misc.lock_and_wait() do end -- everything happens in callbacks
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment