Add support for utf8-only

This commit is contained in:
Simon Ser 2021-06-15 15:48:10 +02:00
parent b609b86f97
commit faa89333bf
1 changed files with 1 additions and 0 deletions

View File

@ -164,6 +164,7 @@ var passthroughIsupport = map[string]bool{
"TARGMAX": true,
"TOPICLEN": true,
"USERLEN": true,
"UTF8ONLY": true,
}
type downstreamConn struct {