From f3f11adb38994472f1e08e28659991f9cc6edf90 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 8 Apr 2021 04:45:28 +0200 Subject: :page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License --- src/events/Connection.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/events/Connection.ts') 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 { -- cgit 1.5.1