Skip to content

Commit

Permalink
Merge f7cce95 into bf5e20e
Browse files Browse the repository at this point in the history
  • Loading branch information
cherzog committed Nov 15, 2019
2 parents bf5e20e + f7cce95 commit 7456532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class Server extends Base {
if (typeof self.log === 'function') {
self.log('received', xml);
}
req.originalXml = xml;
self._process(xml, req, function(result, statusCode) {
if (statusCode) {
res.statusCode = statusCode;
Expand Down

0 comments on commit 7456532

Please sign in to comment.