Skip to content

Commit 0034dca

Browse files
committed
remove todo
1 parent d6bb80c commit 0034dca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/AsyncHTTPClient/RequestBag.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ final class RequestBag<Delegate: HTTPClientResponseDelegate & Sendable>: Sendabl
5656
var redirectTask: HTTPClient.Task<Delegate.Response>? = nil
5757

5858
#if TracingSupport
59-
// TODO: we could do a enum TraceState {} here in which we'd track the various "sub-spans", like
60-
6159
// The current span, representing the entire request/response made by an execute call.
6260
var activeRequestSpan: (any Span)? = nil
6361
#endif // TracingSupport

0 commit comments

Comments
 (0)