mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +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. |
||
---|---|---|
.. | ||
data.go | ||
data_test.go | ||
handlers.go | ||
handlers_test.go | ||
proxy.go | ||
proxy_test.go | ||
state.go |