Skip to content

Commit

Permalink
transports: removed headers that are set by node from htmlfile [stb…
Browse files Browse the repository at this point in the history
…uehler]
  • Loading branch information
rauchg committed Nov 2, 2012
1 parent e00913a commit 7537e25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/transports/htmlfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ HTMLFile.prototype.handleRequest = function (req) {

if (req.method == 'GET') {
req.res.writeHead(200, {
'Content-Type': 'text/html; charset=UTF-8'
, 'Connection': 'keep-alive'
, 'Transfer-Encoding': 'chunked'
'Content-Type': 'text/html; charset=UTF-8'
});

req.res.write(
Expand Down

0 comments on commit 7537e25

Please sign in to comment.