RequestId have to be send in the sendResponse
This commit is contained in:
parent
a6fe285656
commit
055398323e
@ -18,6 +18,7 @@ export default class Response {
|
||||
|
||||
send() {
|
||||
this.webserver.sendResponse(
|
||||
this.requestId,
|
||||
{
|
||||
status: this.status,
|
||||
body: this.body,
|
||||
|
Loading…
Reference in New Issue
Block a user