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 5d80316 commit 621e30dCopy full SHA for 621e30d
Sources/AsyncHTTPClient/RequestBag.swift
@@ -252,9 +252,7 @@ final class RequestBag<Delegate: HTTPClientResponseDelegate & Sendable>: Sendabl
252
253
private func receiveResponseHead0(_ head: HTTPResponseHead) {
254
self.delegate.didVisitURL(task: self.task, self.loopBoundState.value.request, head)
255
- #if TracingSupport
256
self.loopBoundState.value.endRequestSpan(response: head)
257
- #endif // TracingSupport
258
259
// runs most likely on channel eventLoop
260
switch self.loopBoundState.value.state.receiveResponseHead(head) {
0 commit comments