This commit is contained in:
Chris Lu
2021-04-10 23:48:18 -07:00
parent af313dff58
commit f62c153274
4 changed files with 4 additions and 6 deletions

View File

@@ -145,7 +145,6 @@ func DeleteProxied(url string, jwt string) (body []byte, httpStatus int, err err
return
}
func GetBufferStream(url string, values url.Values, allocatedBytes []byte, eachBuffer func([]byte)) error {
r, err := client.PostForm(url, values)
if err != nil {