Merge PR #424 from router-for-me/main

This commit is contained in:
Luis Pater
2026-03-10 19:19:29 +08:00
13 changed files with 2985 additions and 1140 deletions

View File

@@ -266,7 +266,6 @@ func TestAppendWebsocketEvent(t *testing.T) {
}
}
func TestAppendWebsocketEventTruncatesAtLimit(t *testing.T) {
var builder strings.Builder
payload := bytes.Repeat([]byte("x"), wsBodyLogMaxSize)