summary refs log tree commit diff
path: root/src/events
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-08 04:45:28 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-08 04:45:28 +0200
commitf3f11adb38994472f1e08e28659991f9cc6edf90 (patch)
tree783e803eec33252d407cf621b6fecb5b6ddad3cc /src/events
parent:zap: use mongoose autopopulate (diff)
downloadserver-f3f11adb38994472f1e08e28659991f9cc6edf90.tar.xz
:page_facing_up: use Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License
Diffstat (limited to 'src/events')
-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 {