-/* $Id: httpd.js,v 1.70 2005/07/24 02:29:15 mmondor Exp $ */
+/* $Id: httpd.js,v 1.71 2005/07/31 04:51:50 mmondor Exp $ */
/*
* Copyright (c) 2005, Matthew Mondor
* Server identification
*/
SERVER_VERSION = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID = '$Id: httpd.js,v 1.70 2005/07/24 02:29:15 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.71 2005/07/31 04:51:50 mmondor Exp $';
/*
* Note that fcntl(2) and setsockopt(2) flags applied to the bound
- * descriptors are inherited to their parent sockets at accept(2).
+ * descriptors are inherited to their children sockets at accept(2).
* We therefore can save a few syscalls here.
* We are non-blocking already, for instance.
*/
-/* $Id: options.js,v 1.14 2005/07/14 12:42:11 mmondor Exp $ */
+/* $Id: options.js,v 1.15 2005/07/31 04:51:50 mmondor Exp $ */
var options = {
max_connections: 32,
"jso" ],
'text/plain': [ "txt" ],
'text/css': [ "css" ],
+ 'application/x-xpinstall': [ "xpi" ],
+ 'application/vnd.mozilla.xul+xml': [ "xul" ],
'application/pdf': [ "pdf" ],
'application/postscript': [ "ps" ],
'application/x-tar': [ "tar" ],