git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
6693320
)
* http: added mime type for .css file.
author
Laurent Aimar
<fenrir@videolan.org>
Fri, 1 Aug 2003 17:30:33 +0000
(17:30 +0000)
committer
Laurent Aimar
<fenrir@videolan.org>
Fri, 1 Aug 2003 17:30:33 +0000
(17:30 +0000)
modules/control/http.c
patch
|
blob
|
history
diff --git
a/modules/control/http.c
b/modules/control/http.c
index
139b356
..
9d06611
100644
(file)
--- a/
modules/control/http.c
+++ b/
modules/control/http.c
@@
-2,7
+2,7
@@
* http.c : http mini-server ;)
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* http.c : http mini-server ;)
*****************************************************************************
* Copyright (C) 2001 VideoLAN
- * $Id: http.c,v 1.2
0 2003/07/31 21:46:37 gbazin
Exp $
+ * $Id: http.c,v 1.2
1 2003/08/01 17:30:33 fenrir
Exp $
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Laurent Aimar <fenrir@via.ecp.fr>
*
* Authors: Gildas Bazin <gbazin@netcourrier.com>
* Laurent Aimar <fenrir@via.ecp.fr>
@@
-429,6
+429,8
@@
static struct
{ ".htm", "text/html" },
{ ".html", "text/html" },
{ ".htm", "text/html" },
{ ".html", "text/html" },
+ { ".css", "text/css" },
+
/* media mime */
{ ".avi", "video/avi" },
{ ".asf", "video/x-ms-asf" },
/* media mime */
{ ".avi", "video/avi" },
{ ".asf", "video/x-ms-asf" },