requests v2.11.1 Release Notes

Release Date: 2016-08-17 // over 7 years ago
  • 🛠 Bugfixes

    • Fixed a bug when using iter_content with decode_unicode=True for streamed bodies would raise AttributeError. This bug was introduced in 2.11.
    • Strip Content-Type and Transfer-Encoding headers from the header block when following a redirect that transforms the verb from POST/PUT to GET.