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

Fixed stream reading method of BodyPartReader #1431

Merged
merged 1 commit into from
Nov 28, 2016
Merged

Fixed stream reading method of BodyPartReader #1431

merged 1 commit into from
Nov 28, 2016

Conversation

viotti
Copy link
Contributor

@viotti viotti commented Nov 27, 2016

The method BodyPartHeader._read_chunk_from_stream from aiohttp.multipart module was returning an zero length Byte object before reaching EOF while reading a part in a multipart request.

Added missing virtualenv activation instructions in CONTRIBUTING.rst.

Fixed a typo in the docs.

Fixes #1428.

The method BodyPartHeader._read_chunk_from_stream from aiohttp.multipart
module was returning an zero length Byte object before reaching EOF
while reading a part in a muiltipart request.

Added missing virtualenv activation instructions in "CONTRIBUTING.rst".

Fixed a typo in the docs.

Fixes #1428.
@codecov-io
Copy link

codecov-io commented Nov 27, 2016

Current coverage is 98.84% (diff: 100%)

Merging #1431 into 1.1 will increase coverage by 0.05%

@@                1.1      #1431   diff @@
==========================================
  Files            29         29          
  Lines          6783       6779     -4   
  Methods           0          0          
  Messages          0          0          
  Branches       1129       1128     -1   
==========================================
  Hits           6701       6701          
+ Misses           38         35     -3   
+ Partials         44         43     -1   

Powered by Codecov. Last update 9a0bc18...778ed06

@kxepal
Copy link
Member

kxepal commented Nov 28, 2016

+1

@asvetlov asvetlov merged commit 91dbcf8 into aio-libs:1.1 Nov 28, 2016
@asvetlov
Copy link
Member

Thanks!

@lock
Copy link

lock bot commented Oct 29, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants