From faa89333bfdc9972acad1fe779a01a33606cca43 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 15 Jun 2021 15:48:10 +0200 Subject: [PATCH] Add support for utf8-only --- downstream.go | 1 + 1 file changed, 1 insertion(+) diff --git a/downstream.go b/downstream.go index 965749e..fd6cca8 100644 --- a/downstream.go +++ b/downstream.go @@ -164,6 +164,7 @@ var passthroughIsupport = map[string]bool{ "TARGMAX": true, "TOPICLEN": true, "USERLEN": true, + "UTF8ONLY": true, } type downstreamConn struct {