Version 2.10.902
2.10.902 (2024-10-09)
- Fixed call to
stream(..)
on (early) informational responses. The innerfp
was set toNone
and the function
is_fp_closed
is not meant to handle this case. Through you should never expect a body in those responses. - Fixed
read()
, anddata
returns None for (early) informational responses.