]> git.sesse.net Git - vlc/commit
raop: Always read headers from wire
authorMichael Hanselmann <public@hansmi.ch>
Tue, 21 Jul 2009 23:06:42 +0000 (01:06 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 29 Jul 2009 16:17:38 +0000 (19:17 +0300)
commit08c47fec290813dad0e610b813dd62f3fce41c43
tree6244e1dcb908587d6ec507d46c2c63871a9a0c00
parent5b64e0ba317f37485d9fd684b13f6b62af5a5ad1
raop: Always read headers from wire

Otherwise they can be mixed up with the next request. Until now, the
connection was always terminated after an error. However, with
authentication, the request can be repeated with authentication
information.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/stream_out/raop.c