We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bb80c commit 0034dcaCopy full SHA for 0034dca
Sources/AsyncHTTPClient/RequestBag.swift
@@ -56,8 +56,6 @@ final class RequestBag<Delegate: HTTPClientResponseDelegate & Sendable>: Sendabl
56
var redirectTask: HTTPClient.Task<Delegate.Response>? = nil
57
58
#if TracingSupport
59
- // TODO: we could do a enum TraceState {} here in which we'd track the various "sub-spans", like
60
-
61
// The current span, representing the entire request/response made by an execute call.
62
var activeRequestSpan: (any Span)? = nil
63
#endif // TracingSupport
0 commit comments