pressly / imgry

On-demand image sizing+delivery for responsive applications
MIT License
157 stars 15 forks source link

Add tests for HttpFetcher #3

Closed VojtechVitek closed 9 years ago

VojtechVitek commented 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.

VojtechVitek commented 9 years ago

Merging this in, as it's just extra test cases.