changeset 4817:1e46f40dcd0e

Handle HTTP OK response that doesn't contain a mime-type.
author bertrand
date Sat, 23 Feb 2002 07:40:25 +0000
parents f1dea39a50bb
children 3473ca9ef158
files libmpdemux/network.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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