Skip to content

Commit

Permalink
Merge pull request #4 from em92/patch-2
Browse files Browse the repository at this point in the history
feeder postMatchReportToXonstat fix
  • Loading branch information
PredatH0r committed May 24, 2016
2 parents 045a6be + cfeae1b commit 6dd050f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feeder/feeder.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ function postMatchReportToXonstat(addr, game, report) {
uri: _config.feeder.xonstatSubmissionUrl,
timeout: 10000,
method: "POST",
headers: { "X-D0-Blind-Id-Detached-Signature": "dummy" },
headers: { "X-D0-Blind-Id-Detached-Signature": "dummy", "Content-Type": "text/plain" },
body: report
},
function(err, response, body) {
Expand All @@ -1003,4 +1003,4 @@ function postMatchReportToXonstat(addr, game, report) {
}

main();
//process.exit(0);
//process.exit(0);

0 comments on commit 6dd050f

Please sign in to comment.