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() {
|
send() {
|
||||||
this.webserver.sendResponse(
|
this.webserver.sendResponse(
|
||||||
|
this.requestId,
|
||||||
{
|
{
|
||||||
status: this.status,
|
status: this.status,
|
||||||
body: this.body,
|
body: this.body,
|
||||||
|
Loading…
Reference in New Issue
Block a user