-/* $Id: httpd.js,v 1.60 2005/07/14 12:44:36 mmondor Exp $ */
+/* $Id: httpd.js,v 1.61 2005/07/14 12:47:37 mmondor Exp $ */
/*
* Copyright (c) 2005, Matthew Mondor
* - It might be nice to implement a minimal database-like facility, where
* for performance we could log changes, and only sync to disk once in a
* while, discarding obsolete logs... JSON would be used
+ * - Support old-style HTTP requests if the default vhost does not allow
+ * scripts. Thid would however require http_error() and HTTPResult()
+ * modifications to support header-less operation.
*/
* Server identification
*/
SERVER_VERSION = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID = '$Id: httpd.js,v 1.60 2005/07/14 12:44:36 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.61 2005/07/14 12:47:37 mmondor Exp $';