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
This commit is contained in:
bertrand 2002-02-23 07:40:25 +00:00
parent 646c35a06e
commit 469f2d1b7e
1 changed files with 3 additions and 4 deletions

View File

@ -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