*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 15 Jul 2005 00:05:15 +0000 (00:05 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Fri, 15 Jul 2005 00:05:15 +0000 (00:05 +0000)
tests/js-test/js/httpd/httpd.js

index 6683117..9069ff4 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: httpd.js,v 1.63 2005/07/14 16:05:37 mmondor Exp $ */
+/* $Id: httpd.js,v 1.64 2005/07/15 00:05:15 mmondor Exp $ */
 
 /*
  * Copyright (c) 2005, Matthew Mondor
@@ -26,6 +26,8 @@
  *   This would also allow an opportunity for applications to register
  *   server cleanup handlers when SIGTERM is received, i.e. to save to
  *   disk in-memory cached data, etc.
+ *   We probably should ensure to block the signal when executing the
+ *   user function for an occurred signal...
  * - Read http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
  *   and see if we meet conformance, adjust as needed.
  * - We might want to check Accept-Language: for multilingual sites...
@@ -51,6 +53,7 @@
  * - 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.
+ * - Enhance the JS shell to report errors better
  */
 
 
@@ -59,7 +62,7 @@
  * Server identification
  */
 SERVER_VERSION                 = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID   = '$Id: httpd.js,v 1.63 2005/07/14 16:05:37 mmondor Exp $';
+SERVER_CVSID   = '$Id: httpd.js,v 1.64 2005/07/15 00:05:15 mmondor Exp $';