-/* $Id: httpd.js,v 1.67 2005/07/15 21:57:52 mmondor Exp $ */
+/* $Id: httpd.js,v 1.68 2005/07/19 04:05:26 mmondor Exp $ */
/*
* Copyright (c) 2005, Matthew Mondor
* Server identification
*/
SERVER_VERSION = 'mmondor_js_httpd/0.0.1 (NetBSD)';
-SERVER_CVSID = '$Id: httpd.js,v 1.67 2005/07/15 21:57:52 mmondor Exp $';
+SERVER_CVSID = '$Id: httpd.js,v 1.68 2005/07/19 04:05:26 mmondor Exp $';
close = true;
try {
this.transfer_dst.fdatasync();
+ } catch (x) {}
+ try {
this.transfer_dst.close();
} catch (x) {}
}
if (close) {
try {
this.transfer_dst.fdatasync();
+ } catch (x) {}
+ try {
this.transfer_dst.close();
} catch (x) {}
}