Commit eb64ddc3993606f52635d8a338c303df64425689
1 parent
3a7cccfa6f
Exists in
master
res.end on reverseReportHandler
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
lib/partner.js
... | ... | @@ -126,6 +126,8 @@ function reverseReportHandler(req, res) { |
126 | 126 | const report_id = uuidv4(); |
127 | 127 | |
128 | 128 | logger.verbose('Incoming reverse report', {report_id: report_id, url: req.url}); |
129 | + res.end('OK'); | |
130 | + | |
129 | 131 | const qs = URL.parse(req.url, true).query; |
130 | 132 | |
131 | 133 | if (!qs.request_id || !qs.rc) { |