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

Sync with internal #73

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 16, 2024

  1. Weaken or remove etags when downstream compression applies

    Allow this as an adjustable setting to preserve etag when
    (de)compressing. The default is to weaken etags whenever a compression
    module applies.
    drcaramelsyrup committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c83242f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

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

Commits on Aug 23, 2024

  1. Windows support 1/n: clean up cargo and certain tests

    Co-authored-by: Fredrik Enestad <[email protected]>
    eaufavor and fredr committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    21f2583 View commit details
    Browse the repository at this point in the history
  2. Add error log when attempting to upgrade

    I was attempting to test upgrades on MacOS, and was a bit confused at the ECONNREFUSED error.
    
    Having this log would help others avoiding troubleshooting this until it is supported.
    
    Includes-commit: 6f80ce2
    Replicated-from: cloudflare#327
    jamesmunns authored and eaufavor committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3f9cc4e View commit details
    Browse the repository at this point in the history