This new standard library method returns a context with all of the original metadata (e.g. tracing spans) still attached, but which will not be canceled by any cancel funcs, deadlines, or timeouts set on the parent context. We do this manually in a few places to prevent client cancellations (usually disconnects) from disrupting our work, so this just makes that code slightly simpler. Fixes https://github.com/letsencrypt/boulder/issues/5506 |
||
|---|---|---|
| .. | ||
| context.go | ||
| context_test.go | ||
| docs.go | ||
| jwk.go | ||
| probs.go | ||
| probs_test.go | ||
| relative.go | ||
| send_error.go | ||
| send_error_test.go | ||