mirror of
https://github.com/minoplhy/chibisafe-netproxy.git
synced 2024-11-22 11:37:08 +00:00
chibisafe_netstorage_middleman : fix wording
This commit is contained in:
parent
54cfa1ace0
commit
5bcab7e399
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user