fix: improve plugins functionality with server management
This commit is contained in:
@@ -37,6 +37,7 @@ export async function readJsonBody<T>(req: IncomingMessage): Promise<T> {
|
||||
}
|
||||
|
||||
const chunks: Buffer[] = [];
|
||||
|
||||
let received = 0;
|
||||
|
||||
for await (const chunk of req) {
|
||||
|
||||
Reference in New Issue
Block a user