Closed JEPooley closed 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.
Addressed in v1.2.3 with a requests wrapper that checks content length
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.