Skip to content

Use correct context for tracing in HandleTunnel()

Mikhail Mazurskiy requested to merge ash2k/fix-tracing into master

Max connection age context that was used before is not the context that is used for tracing, it doesn't have a span attached. Because of that spans for HandleTunnel() are not part of correct traces, which is a problem.

Relates to #386 (closed).

Edited by Mikhail Mazurskiy

Merge request reports