mirror of https://github.com/nealey/eris.git
Add .webm
This commit is contained in:
parent
ecad076ec6
commit
9de87a3e36
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
||||||
|
4.3.1:
|
||||||
|
Add .webm mime type
|
||||||
|
|
||||||
|
4.3:
|
||||||
|
Very stupid CONNECT handling mechanism.
|
||||||
|
|
||||||
4.2:
|
4.2:
|
||||||
Remove some bugs in CGI's "Status:" code (reported by Alyssa Milburn).
|
Remove some bugs in CGI's "Status:" code (reported by Alyssa Milburn).
|
||||||
Make extract_header_field less fragile (reported by Alyssa Milburn).
|
Make extract_header_field less fragile (reported by Alyssa Milburn).
|
||||||
|
|
1
mime.c
1
mime.c
|
@ -19,6 +19,7 @@ static struct mimeentry {
|
||||||
"jpeg", "image/jpeg"}, {
|
"jpeg", "image/jpeg"}, {
|
||||||
"jpg", "image/jpeg"}, {
|
"jpg", "image/jpeg"}, {
|
||||||
"svg", "image/svg+xml"}, {
|
"svg", "image/svg+xml"}, {
|
||||||
|
"webm", "video/webm"}, {
|
||||||
"mpeg", "video/mpeg"}, {
|
"mpeg", "video/mpeg"}, {
|
||||||
"mpg", "video/mpeg"}, {
|
"mpg", "video/mpeg"}, {
|
||||||
"avi", "video/x-msvideo"}, {
|
"avi", "video/x-msvideo"}, {
|
||||||
|
|
Loading…
Reference in New Issue