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

feat: support chunked transfer encoding #910

Merged
merged 6 commits into from
Dec 17, 2019

Commits on Dec 10, 2019

  1. feat: support chunked transfer encoding

    Currently any time HttpRequest works with encoded data it encodes
    the data twice. Once for the actaul stream and once for checking
    the length of the stream. Instead, when there is encoding just don't
    set the content length. This will cause the underlying transports,
    with a few tweaks, to use Transfer-Encoding: chunked.
    
    Fixes googleapis#648
    codyoss committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    74556be View commit details
    Browse the repository at this point in the history
  2. revert format changes

    codyoss committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    286f847 View commit details
    Browse the repository at this point in the history
  3. fix pr comments

    codyoss committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ad1629f View commit details
    Browse the repository at this point in the history
  4. fix

    codyoss committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    fcc043c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. refacor test for checkState

    codyoss committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    8573744 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    c0645ca View commit details
    Browse the repository at this point in the history