Closed VojtechVitek closed 9 years ago
I was wondering if single http.Client (https://github.com/pressly/imgry/blob/master/server/http_fetcher.go#L49) works correctly when fetching multiple URLs. Seems like it's OK.
http.Client
Merging this in, as it's just extra test cases.
I was wondering if single
http.Client
(https://github.com/pressly/imgry/blob/master/server/http_fetcher.go#L49) works correctly when fetching multiple URLs. Seems like it's OK.