markcorn / libs-for-android

Automatically exported from code.google.com/p/libs-for-android
Apache License 2.0
0 stars 0 forks source link

imageloader should merge multiple requests for the same URL #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make multiple requests for the same URL before the first request completes.
2. Observe network traffic.
3. The image is redundantly fetched over the network multiple times.

What is the expected output? What do you see instead?
Making multiple requests for the same item should result in a single fetch over 
the network.

What version of the product are you using? On what operating system?
Unknown - no version information in jar.
Running on various Android versions from 2.3 to 4.2.

Please provide any additional information below.

Original issue reported on code.google.com by neil.g...@bitwink.com on 5 Feb 2013 at 11:37