Skip to content

Commit 621e30d

Browse files
committed
remove un-necessary #if TracingSupport guard
1 parent 5d80316 commit 621e30d

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
@@ -252,9 +252,7 @@ final class RequestBag<Delegate: HTTPClientResponseDelegate & Sendable>: Sendabl
252252

253253
private func receiveResponseHead0(_ head: HTTPResponseHead) {
254254
self.delegate.didVisitURL(task: self.task, self.loopBoundState.value.request, head)
255-
#if TracingSupport
256255
self.loopBoundState.value.endRequestSpan(response: head)
257-
#endif // TracingSupport
258256

259257
// runs most likely on channel eventLoop
260258
switch self.loopBoundState.value.state.receiveResponseHead(head) {

0 commit comments

Comments
 (0)