1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-07-16 00:06:31 +02:00
pomerium/internal/fileutil
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated ()
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.
2024-10-25 14:50:56 -04:00
..
fileutil.go auto tls () 2023-01-05 16:35:58 -05:00
fileutil_test.go core/ci: update linting () 2023-12-14 09:07:54 -08:00
watcher.go Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
watcher_test.go core/config: refactor file watcher () 2023-11-03 15:53:20 -06:00