From 6a1ddba8a7b99a6d5c8e556a240702ad1447b801 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 12 Apr 2024 15:14:29 +0800 Subject: [PATCH] fix: upf standard mml --- features/mml/mml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/mml/mml.go b/features/mml/mml.go index 97e3c3e3..e4e021ca 100644 --- a/features/mml/mml.go +++ b/features/mml/mml.go @@ -78,7 +78,7 @@ func PostMML2ToNF(w http.ResponseWriter, r *http.Request) { return } - var buf [20 * 1024]byte + var buf [100 * 1024]byte //buf := make([]byte, 0) var n int var mmlResult []string