# HG changeset patch # User bertrand # Date 1014450025 0 # Node ID 1e46f40dcd0e4d03816dad5a8e2d5094f56d11bf # Parent f1dea39a50bbd8b51808582c39e27c620e9957e3 Handle HTTP OK response that doesn't contain a mime-type. diff -r f1dea39a50bb -r 1e46f40dcd0e libmpdemux/network.c --- a/libmpdemux/network.c Sat Feb 23 07:31:45 2002 +0000 +++ b/libmpdemux/network.c Sat Feb 23 07:40:25 2002 +0000 @@ -426,11 +426,10 @@ 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