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

reverseproxy: Pull latest proxy changes from stdlib #4266

Merged
merged 1 commit into from Aug 12, 2021

Commits on Aug 12, 2021

  1. reverseproxy: Pull latest proxy changes from stdlib

    I went through the commits that touched stdlib's `reverseproxy.go` file, and copied over all the changes that are to code that was copied into Caddy.
    
    The commits I pulled changes from:
    
    - golang/go@2cc3473
    - golang/go@a5cea06
    - golang/go@ecdbffd
    - golang/go@2189852
    -golang/go@ca3c0df
    - golang/go@9c017ff
    
    This may also fix #4247 because of the change to `copyResponse` to set `mlw.flushPending = true` right away.
    francislavoie committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    ac934b2 View commit details
    Browse the repository at this point in the history