Bug fixes
-
Fixed "Unclosed client session" when initialization of
:py:class:~aiohttp.ClientSession
fails -- by :user:NewGlad
.Related issues and pull requests on GitHub:
#8253. -
Fixed regression (from :pr:
8280
) with addingContent-Disposition
to theform-data
part after appending to writer -- by :user:Dreamsorcerer
/:user:Olegt0rr
.Related issues and pull requests on GitHub:
#8332. -
Added default
Content-Disposition
inmultipart/form-data
responses to avoid broken
form-data responses -- by :user:Dreamsorcerer
.Related issues and pull requests on GitHub:
#8335.