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

Multipart feature #273

Merged
merged 5 commits into from
Mar 11, 2015
Merged

Multipart feature #273

merged 5 commits into from
Mar 11, 2015

Commits on Feb 12, 2015

  1. Configuration menu
    Copy the full SHA
    3c0a8ed View commit details
    Browse the repository at this point in the history
  2. Make py.flakes happy

    79 vs 80
    kxepal committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    02ddf79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e290407 View commit details
    Browse the repository at this point in the history
  4. Fix test_post_files (test_web_functional.TestWebFunctional) test case

    cgi.FieldStorage doesn't likes body parts with Content-Length which
    were sent via chunked transfer encoding. This fix doesn't saves
    aiohttp.web from failure for third party clients, but at least it
    continue work correct for aiohttp one.
    kxepal committed Feb 12, 2015
    Configuration menu
    Copy the full SHA
    fd12e0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c5208e View commit details
    Browse the repository at this point in the history