Denis Telyukh
Denis Telyukh
I reopened the ticket in Go's repository.
Will be fixed in Go 1.16.
Tested with go1.16rc1: the problem still exists.
I reopened the ticket in Go's repository again.
> Is there any temporary workaround / hack for this? We use custom fork of Caddy server with patched `modules/caddyhttp/app.go`: https://github.com/caddyserver/caddy/pull/3910/files
@mholt, earlier I agreed with you about explicit usage of x/net/http2. But I have found that other servers (Algernon and Traefik) use such approach. 1. Algernon https://github.com/xyproto/algernon/blob/1596140dda68ead52624855ce2470b7b764f4f21/engine/serve.go#L44 2. Traefik https://github.com/traefik/traefik/blob/326be29568426e4ac8e2bf65fdae3906e8dd58fd/pkg/server/service/smart_roundtripper.go...
I confirm that this is still an issue on Go 1.18. I used build from this link https://github.com/caddyserver/caddy/actions/runs/1989510139
> And I figure this would have to be a handler that defers execution until the middleware chain is coming back downstream if we plan to support reading from the...
And sql-migrate up doesn't apply any new migrations when old files not found.
May it be something like this to have ability to add extra fields to any log message? ``` log reverse_proxy { output net include http.handlers.reverse_proxy level DEBUG format filter {...