-
Type: Bug
-
Status: Resolved
-
Priority: Detail
-
Resolution: Won't Fix
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.0
-
Component/s: None
-
Tags:
-
Upgrade notes:
-
Sprint:nxDrive 10.2.3
-
Story Points:1
An interesting reading: On Incomplete HTTP Reads and the Requests Library In Python.
To summarize, the Requests module will not raise an exception when the retreived data length is not equal to what we should get as defined by the Content-Length HTTP header.
There is some work on the urllib3 and Requests parts, but as there is no evidence when they will change that behavior (if they decide to do it). So we need to add the check on our side.
- is related to
-
NXPY-60 Remove the Content Length check for requests 2.x
- Resolved