mozilla-services/shavar

Restructure downloads body parser

Opened this issue · 0 comments

Stop using split() and pop() on user supplied data. Switch to indexing or a tail to head technique.