Stuk / jszip-utils

Other
228 stars 193 forks source link

local request for a bad URL is treated as a good request #4

Open mark-bradshaw opened 10 years ago

mark-bradshaw commented 10 years ago

I've submitted a pull request on the part of the code that is causing me problems. When I ask for a zip file that is on localhost, the GetBinaryContent function doesn't seem to care what status I get back. If the url I request is a bad one, the function still proceeds as if I got a 200 status when in reality I got a 404 and it should fail.