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

Fix request-compression stream handling #822

Merged
merged 5 commits into from
Nov 19, 2019
Merged

Commits on Nov 14, 2019

  1. Fix request-compression stream handling

    * ensure compressing stream wrapper is closed, hence compressors are
    flushed
    * handle streaming output (also move header manipulation up to be
    visible in streaming mode)
    * ensure compression stream is wrapped only once (vs. each time a writer
    to the output message calls `getBody`)
    
    Also...
    
    * extracted the plugin to it's own artifact to avoid module cycles
    * extended the tests to actually verify (de-)compression for a set of
    request factories
    lukasniemeier-zalando committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    11dff53 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Align naming

    lukasniemeier-zalando committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    820af4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b449df8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af70c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d25bc4 View commit details
    Browse the repository at this point in the history