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: caddyserver/caddy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.3
Choose a base ref
...
head repository: caddyserver/caddy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.6.4
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 12, 2023

  1. reverseproxy: Don't buffer chunked requests (fix #5366) (#5367)

    * reverseproxy: Don't buffer chunked requests (fix #5366)
    
    Mostly reverts 845bc4d (#5289)
    
    Adds warning for unsafe config.
    
    Deprecates unsafe properties in favor of simpler, safer designed ones.
    
    * Update modules/caddyhttp/reverseproxy/caddyfile.go
    
    Co-authored-by: Y.Horie <[email protected]>
    
    * Update modules/caddyhttp/reverseproxy/reverseproxy.go
    
    Co-authored-by: Y.Horie <[email protected]>
    
    * Update modules/caddyhttp/reverseproxy/reverseproxy.go
    
    Co-authored-by: Y.Horie <[email protected]>
    
    * Remove unused code
    
    ---------
    
    Co-authored-by: Y.Horie <[email protected]>
    mholt and u5surf authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    4b119a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. go.mod: Upgrade acmez and x/net

    x/net 0.7.0 contains a security patch apparently.
    mholt committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0db29e2 View commit details
    Browse the repository at this point in the history
Loading