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

Support chunked transfer encoding #1198

Merged
merged 13 commits into from
Nov 28, 2017
Merged

Support chunked transfer encoding #1198

merged 13 commits into from
Nov 28, 2017

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    f7bc8d3 View commit details
    Browse the repository at this point in the history
  2. Remove comment

    jan-auer committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    beb2168 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    1f91721 View commit details
    Browse the repository at this point in the history
  2. Remove unused test code

    jan-auer committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    18f53e7 View commit details
    Browse the repository at this point in the history
  3. Improve DechunkedInput implementation and add comments

     - Try to read multiple chunks until the buffer is filled
     - Add comments to make control flow more clear
     - Add doc comment for DechunkedInput
    jan-auer committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    fcf6a06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16923bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9806c51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce9b978 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into transfer-encoding-chunked

    * master:
      Revert "Allow chunk request"
      fix flake8 errors
      codecov needs argparse on 2.6
      Fix redis tests
    jan-auer committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    766ec31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb01f57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bea195e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7ef201e View commit details
    Browse the repository at this point in the history
  11. fix 2.6 test, flake8

    body in send instead of endheaders
    davidism committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    7302f1c View commit details
    Browse the repository at this point in the history