deda-ca/cgi-node

Fixes to location of cleanUp and more

Closed this issue · 0 comments

Several fixes.
Use StartTag and EndTag.
Added CgiHttpSession.cleanUp() at CgiHttpSession.create().
Fixed Date to use the correct stats.mtimeMs instead of stats.mtime.value
and var time = (new Date).getTime() instead of time = (new Date).value.
Also added a debug() that does a writeFileSync() of a message.

cgi-node.js.zip