OrdnanceSurvey / osdatahub

A python package from Ordnance Survey, designed to make data from the OS Data Hub APIs readily accessible to developers.
Other
27 stars 11 forks source link

Incomplete downloads not reported #73

Closed JEPooley closed 1 year ago

JEPooley commented 1 year ago

Possible fixes to the python helper are to check that the data received matches the content length, or upgrade to requests version 3 which will do that check automatically.

JEPooley commented 1 year ago

Addressed in v1.2.3 with a requests wrapper that checks content length