-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
writing nested multipart messages does not work correctly #1525
Labels
Comments
terencehonles
added a commit
to terencehonles/aiohttp
that referenced
this issue
Jan 6, 2017
When appending MultipartWriter objects to another MultipartWriter use the subwriter's headers in the constructed BodyPartWriter fixes issue aio-libs#1525
5 tasks
terencehonles
added a commit
to terencehonles/aiohttp
that referenced
this issue
Jan 7, 2017
When appending MultipartWriter objects to another MultipartWriter use the subwriter's headers in the constructed BodyPartWriter fixes issue aio-libs#1525
fafhrd91
pushed a commit
that referenced
this issue
Jan 21, 2017
…writing-nested-multipart-messages fix #1525: add missing sub MultipartWriter headers
fafhrd91
pushed a commit
that referenced
this issue
Jan 21, 2017
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Long story short
Write the following multipart message:
Expected behaviour
Actual behaviour
Steps to reproduce
Writer a nested multipart message as shown in the documentation.
"Fix":
append(subwriter, headers=subwriter.headers)
I'll try to commit a patch, but just reporting the issue right now
The text was updated successfully, but these errors were encountered: