You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: