Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,381 contributions in the last year
Contribution activity
September 2020
- reverseproxy: fix breakage in handling SRV lookup introduced by d55d50b
- admin: lower log level to Debug for /metrics requests
- caddyfile: Add support for `vars` and `vars_regexp` matchers
- metrics: Always track method label in uppercase
- httpcaddyfile: Fix panic when parsing route with matchers
- caddyconfig: Error on extra args for route and handle directive family
- metrics: Fix panic when headers aren't written
- metrics: Fixing panic while observing with bad exemplars
- caddyfile: Add support for env var defaults, tests
- reverseproxy: do upstream health-check on the correct alternative port
- httpcaddyfile: Ensure handle_path is sorted as equal to handle
- reverseproxy: return validation error if upstream address has port range size of more than 1
- fileserver: Fix try_files for directories, windows fix
- caddyhttp: New placeholder for a PEM encoded value of client certificate
- reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710)
- Add support for metrics with Prometheus
- logging: Implement Caddyfile support for filter encoder
- logging: Experimental `except` option for delete filter
- cmd: Allow `caddy fmt` to read from stdin
- caddytls: Add `dns` config to acmeissuer
- caddyhttp: Wrap http.Server logging with zap
- reverseproxy: Add `buffer_requests` option to `reverse_proxy` directive
Created an issue in golang/go that received 4 comments
Go checksum server responds with 410 Gone despite tag existing
What version of Go are you using (go version)?
$ go version
go version go1.15.2 linux/amd64
Does this issue reproduce with the latest release?
Yes
…
4
comments