RequestId have to be send in the sendResponse

This commit is contained in:
Michael Bykovski 2017-07-25 20:58:42 +02:00
parent a6fe285656
commit 055398323e

View File

@ -18,6 +18,7 @@ export default class Response {
send() {
this.webserver.sendResponse(
this.requestId,
{
status: this.status,
body: this.body,