Skip to content

Commit

Permalink
fix aio-libs#14 without tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tumb1er committed Feb 24, 2014
1 parent a011fba commit 235a6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/protocol.py
Expand Up @@ -253,7 +253,7 @@ def __call__(self, out, buf):

class HttpPayloadParser:

def __init__(self, message, length=None, compression=True, readall=False):
def __init__(self, message, length=None, compression=True, readall=True):
self.message = message
self.length = length
self.compression = compression
Expand Down

0 comments on commit 235a6e4

Please sign in to comment.