diff options
author | Pixel <Pixel> | 2001-11-26 15:30:51 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-26 15:30:51 +0000 |
commit | 3aa63fcbddbce8762ad0f3f54d90ad985c0f9c41 (patch) | |
tree | cd60cf2f7b3f13459f1038b8e2fd7d7623217d9c /lib | |
parent | 4fba62636fa5183776fa53f2d98a51a7e7fbc794 (diff) |
Grrr
Diffstat (limited to 'lib')
-rw-r--r-- | lib/HttpServ.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/HttpServ.cc b/lib/HttpServ.cc index 9ab2959..1fa656a 100644 --- a/lib/HttpServ.cc +++ b/lib/HttpServ.cc @@ -369,6 +369,7 @@ String ProcessRequest::GetMime(const String & f) { if (ext == "html") return "text/html"; if (ext == "gif") return "image/gif"; if (ext == "png") return "image/png"; + if (ext == "class") return "application/octet-stream"; } return "text/plain"; |