fix: resolve image proxy returning empty responses for SVGs #1409
Annotations
10 errors
|
lint:
cmd/project/project_image_proxy_test.go#L102
net/http.NewRequest must not be called. use net/http.NewRequestWithContext (noctx)
|
|
lint:
cmd/project/project_image_proxy_test.go#L190
Error return value of `resp2.Body.Close` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy_test.go#L155
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy_test.go#L144
Error return value of `w.Write` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy_test.go#L135
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy_test.go#L122
Error return value of `w.Write` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy_test.go#L107
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy_test.go#L93
Error return value of `w.Write` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy_test.go#L50
Error return value of `res.Body.Close` is not checked (errcheck)
|
|
lint:
cmd/project/project_image_proxy.go#L106
Error return value of `res.Body.Close` is not checked (errcheck)
|