Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Netflix/zuul
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.3
Choose a base ref
...
head repository: Netflix/zuul
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.4
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 8, 2025

  1. Lower log level of getOrCreateOrigin when origin requires creation (#…

    …2015)
    
    Whenever an origin is used for the first time, and it is dynamically
    created, a warning log is produced. This lowers the log level to debug
    given most origins are dynamically created this adds little/no-value.
    gavinbunney authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    2a0a856 View commit details
    Browse the repository at this point in the history
  2. Only warn when writing to client before LastContent when a body is ex…

    …pected (#2014)
    
    If a client request is responded by an origin immediately whilst the
    client is still sending the request (i.e. the origin has enough details
    in the headers to respond) then warnings are logged.
    
    This PR silences those warnings for cases when the client does not have
    a body but the origin still responded before the client channel
    `LastContent` was sent through the pipeline.
    
    Example log:
    ```
    Writing response to client channel before have received the LastContent of request! 
    uri=https://example.org, method=get, clientip=192.168.0.1, Channel: [id: 0xfoo, L:/... - R:...], active=true, open=true, ...
    ```
    gavinbunney authored Oct 8, 2025
    Configuration menu
    Copy the full SHA
    f62955d View commit details
    Browse the repository at this point in the history
Loading