mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-21 03:58:07 +02:00
This also replaces instances where we manually write "return ctx.Err()" with "return context.Cause(ctx)" which is functionally identical, but will also correctly propagate cause errors if present. |
||
---|---|---|
.. | ||
access.go | ||
authorize.go | ||
debug.go | ||
grpc.go | ||
headers.go | ||
headers_test.go | ||
log.go | ||
log_test.go | ||
middleware.go | ||
middleware_test.go | ||
multiwriter.go | ||
warnings.go |