Skip to content

Version 2.10.902

Compare
Choose a tag to compare
@Ousret Ousret released this 09 Oct 07:06
· 79 commits to main since this release
5ee811c

2.10.902 (2024-10-09)

  • Fixed call to stream(..) on (early) informational responses. The inner fp was set to None 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(), and data returns None for (early) informational responses.