Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(http): Set logging contexts on HTTP/1 clients (#3106)
HTTP/1 clients do not preserve the calling trace context, so Hyper client debug logs are emitted without context metadata. This change updates the HTTP/1 client to use an executor that preserves the tracing context.
- Loading branch information