*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 14 Jul 2005 12:47:37 +0000 (12:47 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Thu, 14 Jul 2005 12:47:37 +0000 (12:47 +0000)
tests/js-test/js/httpd/httpd.js

index 15edeaf..7200fbd 100644 (file)
@@ -1,4 +1,4 @@
-/* $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
@@ -48,6 +48,9 @@
  * - 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.
  */
 
 
@@ -56,7 +59,7 @@
  * 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 $';