chibisafe_netstorage_middleman : fix wording

This commit is contained in:
minoplhy 2024-04-10 01:11:23 +07:00
parent 54cfa1ace0
commit 5bcab7e399
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -107,7 +107,7 @@ func NetworkStoragePut(URL string, ContentType string, filepath string) ([]byte,
// Set appropriate headers for the file // Set appropriate headers for the file
req.Header.Set("Content-Type", ContentType) req.Header.Set("Content-Type", ContentType)
// clear memory for others process to use // clear memory for others internal process to use
defer buffer.Reset() defer buffer.Reset()
// Send the request // Send the request