daveappserver 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/appserver.js +1 -2
- package/package.json +1 -1
package/appserver.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var myVersion = "0.8.
|
|
1
|
+
var myVersion = "0.8.3", myProductName = "daveAppServer";
|
|
2
2
|
|
|
3
3
|
exports.start = startup;
|
|
4
4
|
exports.notifySocketSubscribers = notifySocketSubscribers;
|
|
@@ -346,7 +346,6 @@ function cleanFileStats (stats) { //4/19/21 by DW
|
|
|
346
346
|
urlToWatch: undefined,
|
|
347
347
|
domain: undefined
|
|
348
348
|
};
|
|
349
|
-
console.log ("\nhandleWebSocketConnection: getOpenSocketsArray () == " + utils.jsonStringify (getOpenSocketsArray ()) + "\n"); //6/7/21 by DW
|
|
350
349
|
|
|
351
350
|
function logToConsole (conn, verb, value) {
|
|
352
351
|
getDomainName (conn._socket.remoteAddress, function (theName) { //log the request
|