Skip to content

Commit

Permalink
Merge pull request socketio#598 from 3rd-Eden/utf8
Browse files Browse the repository at this point in the history
charset=UTF8
  • Loading branch information
rauchg committed Oct 27, 2011
2 parents c7a2dc4 + db2a17f commit a9def6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/transports/htmlfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ HTMLFile.prototype.handleRequest = function (req) {

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

0 comments on commit a9def6e

Please sign in to comment.