XCSoar / xcsoar-data-repository

XCSoar File Manager Data Repository
https://download.xcsoar.org/repository
8 stars 23 forks source link

test: Work around request parsing failure #41

Closed Turbo87 closed 8 years ago

Turbo87 commented 8 years ago

request was not able to parse the HEAD response of soaringweb due to unknown reasons. The statusCode however was always present on the request object and since that is all we need we can just use it like before.

Resolves #40