Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Oct 4, 2023
1 parent a9276df commit a34d226
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/handle_http.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,17 +114,14 @@ func IsProxyEnabled() bool {
return false
}
if param.Client_DisableHttpProxy.GetBool() {

return false
}
return true
}

// Determine whether we are allowed to skip the proxy as a fallback
func CanDisableProxy() bool {

return !param.Client_DisableProxyFallback.GetBool()

}

// ConnectionSetupError is an error that is returned when a connection to the remote server fails
Expand Down Expand Up @@ -552,7 +549,6 @@ func DownloadHTTP(transfer TransferDetails, dest string, token string) (int64, e
)
}


stoppedTransferTimeout := int64(param.Client_StoppedTransferTimeout.GetInt())
slowTransferRampupTime := int64(param.Client_SlowTransferRampupTime.GetInt())
slowTransferWindow := int64(param.Client_SlowTransferWindow.GetInt())
Expand Down

0 comments on commit a34d226

Please sign in to comment.