Skip to content

Commit 8d50de7

Browse files
committed
Update Proxy.swift
1 parent 4eef41c commit 8d50de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/async-http-client/proxy/http/Proxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private extension Http.Proxy{
161161

162162
let session = config.getSession
163163
var nextDelay: UInt64 = 1
164-
print(retry)
164+
165165
if retry > 1{
166166
let limit = retry - 1
167167
for i in 1...limit{

0 commit comments

Comments
 (0)