Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_multipart_files_content & test_multipart_data_and_files_content fail with aiohttp 3.9.4 #35220

Closed
xiangyan99 opened this issue Apr 15, 2024 · 1 comment · Fixed by #35223
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.

Comments

@xiangyan99
Copy link
Member

xiangyan99 commented Apr 15, 2024

#35212

@xiangyan99 xiangyan99 added Client This issue points to a problem in the data-plane of the library. Azure.Core labels Apr 15, 2024
@pvaneck
Copy link
Member

pvaneck commented Apr 15, 2024

Seems like this change: aio-libs/aiohttp@cebe526#diff-d582bf292efb8e19696d88c895b99e0937687cb909d9d00b5c2f1d948a5cbae5R873 where they no longer add the Content-Length header in payloads for multipart/form-data.

The motivation was to conform to this RFC: https://datatracker.ietf.org/doc/html/rfc7578#section-4.8 where the Content-Length header is not allowed.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants