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

#1971 #928 Avoid content if original request has no content and avoid Transfer-Encoding: chunked if Content-Length is known #1972

Merged

Commits on Feb 29, 2024

  1. Avoid content if original request has no content and avoid Transfer-E…

    …ncoding: chunked if Content-Length is known
    Alexander Reinert authored and raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    381fd2d View commit details
    Browse the repository at this point in the history
  2. * Optimized mapping of empty Content

    * Added tests for mapping requests
    Alexander Reinert authored and raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    231f648 View commit details
    Browse the repository at this point in the history
  3. Added tests to verify that mapped content is streamed

    Alexander Reinert authored and raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b6b4086 View commit details
    Browse the repository at this point in the history
  4. Changes requested by review

    Alexander Reinert authored and raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f15c8ef View commit details
    Browse the repository at this point in the history
  5. Changes requested by review

    Alexander Reinert authored and raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    80df6bb View commit details
    Browse the repository at this point in the history
  6. Be a little more conservative in streaming test and use 25GB instead …

    …if 100GB test data
    Alexander Reinert authored and raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4fba4b5 View commit details
    Browse the repository at this point in the history
  7. Reduced streaming test content to 1GB as requested

    Alexander Reinert authored and raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e30ca4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    53e49d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    35b8339 View commit details
    Browse the repository at this point in the history
  10. Move ChunkedContent class out

    raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3a6c144 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3a17f8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d077a01 View commit details
    Browse the repository at this point in the history
  13. Code review: round 2

    raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    dcbbab7 View commit details
    Browse the repository at this point in the history
  14. Move common helpers to Steps

    raman-m committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    81e1ca9 View commit details
    Browse the repository at this point in the history