-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Description
Line 322 in 0bb79a7
| conn = @retryif ClosedError 4 connectandsend(client, sch, host, ifelse(p == "", "80", p), req, opts, verbose) |
Should be @retryif ClosedError retry connectandsend(... ?
Also, there are other places in client.jl where network connect, read, write etc is retried despite retries = 0:
Line 189 in 0bb79a7
| ip = @retry Base.getaddrinfo(hostname) |
Line 191 in 0bb79a7
| tcp = @retryif Base.UVError @timeout(opts.connecttimeout::Float64, |
Line 234 in 0bb79a7
| @retryif Base.UVError write(conn.socket, reqstr) |
Line 271 in 0bb79a7
| buffer = @retry @timeout(tm, readavailable(socket), error("read timeout")) |
Metadata
Metadata
Assignees
Labels
No labels