summary refs log tree commit diff
path: root/src/events/Connection.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/Connection.ts')
-rw-r--r--src/events/Connection.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/events/Connection.ts b/src/events/Connection.ts

index 34274d9c..96c7c441 100644 --- a/src/events/Connection.ts +++ b/src/events/Connection.ts
@@ -9,6 +9,7 @@ import { createDeflate } from "zlib"; // TODO: check rate limit // TODO: specify rate limit in config +// TODO: check msg max size export async function Connection(this: Server, socket: WebSocket, request: IncomingMessage) { try {