mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +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. |
||
---|---|---|
.. | ||
xdsmgr | ||
events.go | ||
events_test.go | ||
grpc_accesslog.go | ||
grpc_accesslog_test.go | ||
http.go | ||
server.go | ||
server_test.go | ||
xds.go |