Add .webm

This commit is contained in:
Neale Pickett 2014-12-19 22:45:18 +00:00
parent ecad076ec6
commit 9de87a3e36
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
4.3.1:
Add .webm mime type
4.3:
Very stupid CONNECT handling mechanism.
4.2:
Remove some bugs in CGI's "Status:" code (reported by Alyssa Milburn).
Make extract_header_field less fragile (reported by Alyssa Milburn).

1
mime.c
View File

@ -19,6 +19,7 @@ static struct mimeentry {
"jpeg", "image/jpeg"}, {
"jpg", "image/jpeg"}, {
"svg", "image/svg+xml"}, {
"webm", "video/webm"}, {
"mpeg", "video/mpeg"}, {
"mpg", "video/mpeg"}, {
"avi", "video/x-msvideo"}, {