badges / pypipins

Badges for your site to display download totals, latest version using PyPI
http://pypip.in
MIT License
78 stars 45 forks source link

Fix response termination on empty chunks #42

Closed coldfix closed 4 years ago

coldfix commented 9 years ago

Hey, I was setting up another instance of this on my own server and discovered then that .svg didn't work, since the first chunk sent from http://img.shields.io would be empty for some reason.

I didn't see any explanation for the empty chunk check and so just removed it. If there is a good reason, feel free to ignore this PR.