From 5bcab7e39953982b9a7190c0a723ea82250f49ca Mon Sep 17 00:00:00 2001 From: minoplhy Date: Wed, 10 Apr 2024 01:11:23 +0700 Subject: [PATCH] chibisafe_netstorage_middleman : fix wording --- src/handler/chibisafe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/chibisafe.go b/src/handler/chibisafe.go index 1c039a4..c42209c 100644 --- a/src/handler/chibisafe.go +++ b/src/handler/chibisafe.go @@ -107,7 +107,7 @@ func NetworkStoragePut(URL string, ContentType string, filepath string) ([]byte, // Set appropriate headers for the file req.Header.Set("Content-Type", ContentType) - // clear memory for others process to use + // clear memory for others internal process to use defer buffer.Reset() // Send the request