[Pkg-javascript-commits] [node-stream-http] 45/208: Test server cleanup
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 13:39:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-http.
commit a477858cc2e943a98b6bee0046157505c295150f
Author: John Hiesey <john at hiesey.com>
Date: Sun Jul 12 15:19:15 2015 -0700
Test server cleanup
---
test/server/index.js | 6 ------
1 file changed, 6 deletions(-)
diff --git a/test/server/index.js b/test/server/index.js
index c135c19..d02fc84 100644
--- a/test/server/index.js
+++ b/test/server/index.js
@@ -8,12 +8,6 @@ var url = require('url')
var app = express()
var server = http.createServer(app)
-// app.use(function (req, res, next) {
-// res.header('Access-Control-Allow-Origin', '*')
-
-// next()
-// })
-
// Otherwise, use 'application/octet-stream'
var copiesMimeTypes = {
'/basic.txt': 'text/plain'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-http.git
More information about the Pkg-javascript-commits
mailing list