Changeset 90aa64cc1cfa26c51713efcec08cb22d41530477

Show
Ignore:
Timestamp:
05/09/08 17:34:41 (2 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210347281 +0300
git-parent:

[f9b6eba7207f9ab55218e406b10929145dcae8e3]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1210347281 +0300
Message:

Ugly fix for httpd deadlock

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/httpd.c

    rd804de7 r90aa64c  
    20252025    bool b_die; 
    20262026 
     2027retry: 
    20272028    vlc_object_lock( host ); 
    20282029    evfd = vlc_object_waitpipe( VLC_OBJECT( host ) ); 
     
    20362037            /* 0.2s (FIXME: use a condition variable) */ 
    20372038            msleep( 200000 ); 
    2038             continue
     2039            goto retry
    20392040        } 
    20402041