From: Matthew Mondor Date: Sun, 7 Jan 2007 11:01:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: pgsql-branch-merge~45 X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=6d2a10a1b3daf671f2bf483ed51c7b31d9bcba93;p=mmondor.git *** empty log message *** --- diff --git a/mmsoftware/js/js-sh/app/httpd/httpd.js b/mmsoftware/js/js-sh/app/httpd/httpd.js index e88b0f0..73d1459 100644 --- a/mmsoftware/js/js-sh/app/httpd/httpd.js +++ b/mmsoftware/js/js-sh/app/httpd/httpd.js @@ -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 $';