*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 9 Jul 2005 10:55:38 +0000 (10:55 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sat, 9 Jul 2005 10:55:38 +0000 (10:55 +0000)
tests/js-test/js/httpd/httpd.js

index 81b7aed..6877c93 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: httpd.js,v 1.42 2005/07/09 10:21:04 mmondor Exp $ */
+/* $Id: httpd.js,v 1.43 2005/07/09 10:55:38 mmondor Exp $ */
 
 /*
  * Copyright (c) 2005, Matthew Mondor
@@ -106,7 +106,7 @@ eval(file_read('root.js'));         /* Root object for virtual chroot(2) */
  * Server identification
  */
 SERVER_VERSION                 = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID   = '$Id: httpd.js,v 1.42 2005/07/09 10:21:04 mmondor Exp $';
+SERVER_CVSID   = '$Id: httpd.js,v 1.43 2005/07/09 10:55:38 mmondor Exp $';
 
 
 
@@ -917,8 +917,8 @@ FD.prototype.httpRespond = function(time)
        /*
         * JavaScript Object (JSO) files are processed especially.
         * We interpret them, providing them with an environment to
-        * access the needed resources (_GET/_POST/_COOKIE variables,
-        * as well as the document object they can use.
+        * access the needed resources (get/post/cookie/session variables,
+        * as well as the document object they can use).
         * We flush the document once the script returns, or fire up
         * an error if something fails.
         */