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

[THREESCALE-9542] Part 1: buffering policy #1408

Merged
merged 6 commits into from
Nov 27, 2023

Commits on Nov 24, 2023

  1. Extract @upstream content to a seperate file

    This commit extract @upstream config to a sepearate file so
    we can re-use the generic config for different upstream block
    by including the upstream_shared.conf file
    tkan145 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4d05940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    204d483 View commit details
    Browse the repository at this point in the history
  3. Introduce request_unbuffered policy

    This policy allow user to disable request buffering. With this change, the
    upstream location is changed based on the value provided in the context.
    tkan145 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    110522c View commit details
    Browse the repository at this point in the history
  4. Add README file

    tkan145 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c1a7cac View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG

    tkan145 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    26edbf7 View commit details
    Browse the repository at this point in the history
  6. Correct the integration test

    tkan145 committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    5bda7fc View commit details
    Browse the repository at this point in the history