]> git.sesse.net Git - vlc/commit
- Do not release the input while we did not yield it...
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 1 Oct 2007 15:57:22 +0000 (15:57 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 1 Oct 2007 15:57:22 +0000 (15:57 +0000)
commitdd2cedba348e52f0c222237604b5cb410d2f1c2f
treeee83266e2c79a635b4fb9860650bb79ee4d4701b
parent422ce4b6a2d019a00c7e43af6e2fb4cd55c14d9d
 - Do not release the input while we did not yield it...
 - Really yield the input (and release it) on a need-basis in the HTTP handler rather than in a custom thread. This is probably not thread-safe, but it's less unsafe than the previous code anyway.
This makes the HTTP interface thread very much useless, niark niark
modules/control/http/http.c