*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 7 Jan 2007 11:01:59 +0000 (11:01 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Sun, 7 Jan 2007 11:01:59 +0000 (11:01 +0000)
mmsoftware/js/js-sh/app/httpd/httpd.js

index e88b0f0..73d1459 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: httpd.js,v 1.47 2007/01/03 07:21:40 mmondor Exp $ */
+/* $Id: httpd.js,v 1.48 2007/01/07 11:01:59 mmondor Exp $ */
 
 /*
  * Copyright (c) 2005-2006, Matthew Mondor
@@ -33,7 +33,9 @@
  * - Implement logging
  * - Enhance the JS shell to report errors better
  * - XXX There is some bug where if multiple listening sockets are used one
- *   eventually appears to be garbage collected!
+ *   eventually appears to be garbage collected!  Actually, even if a single
+ *   one, it eventually gets closed!  Maybe a bug in FD where it doesn't
+ *   properly root its objects in a GC-friendly way?
  * - XXX Fix n/a bug in Location: when no Host: is provided for HTTP 1.0/1.1
  *
  * Transfer states
@@ -79,7 +81,7 @@
  * Server identification
  */
 const SERVER_VERSION = 'mmondor_js_httpd/0.2.1 (NetBSD)';
-const SERVER_CVSID = '$Id: httpd.js,v 1.47 2007/01/03 07:21:40 mmondor Exp $';
+const SERVER_CVSID = '$Id: httpd.js,v 1.48 2007/01/07 11:01:59 mmondor Exp $';