fis-cloud-app-static
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -21,3 +21,3 @@ 'use strict'; | ||
content = fis.util.read(filePath); | ||
res.set('Connection', 'close'); //请求应答之后关闭TCP连接,并监听TCP连接关闭事件杀死子进程 | ||
//res.set('Connection', 'close'); //请求应答之后关闭TCP连接,并监听TCP连接关闭事件杀死子进程 | ||
res.type(contentType); | ||
@@ -24,0 +24,0 @@ res.send(content); |
{ | ||
"name": "fis-cloud-app-static", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "fis-cloud-app-static", | ||
@@ -5,0 +5,0 @@ "main": "fis-cloud-app-static.js", |
1606