From 469f2d1b7e6c2251cbc9418b111f5bc700c7a262 Mon Sep 17 00:00:00 2001 From: bertrand Date: Sat, 23 Feb 2002 07:40:25 +0000 Subject: Handle HTTP OK response that doesn't contain a mime-type. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4818 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/network.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libmpdemux/network.c') diff --git a/libmpdemux/network.c b/libmpdemux/network.c index 2f71facfa6..91a55cb741 100644 --- a/libmpdemux/network.c +++ b/libmpdemux/network.c @@ -426,11 +426,10 @@ extension=NULL; return 0; } } - // Not found in the mime type table, don't fail, - // we should try raw HTTP - return 0; } - break; + // Not found in the mime type table, don't fail, + // we should try raw HTTP + return 0; // Redirect case 301: // Permanently case 302: // Temporarily -- cgit v1.2.3