-/* $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
* - 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
* 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 $';