Browse Source

fmt

fix-mount-http-parallelism
Chris Lu 3 days ago
parent
commit
aff9aa7fa5
  1. 5
      weed/util/http/client/http_client.go

5
weed/util/http/client/http_client.go

@ -4,14 +4,15 @@ import (
"crypto/tls" "crypto/tls"
"crypto/x509" "crypto/x509"
"fmt" "fmt"
util "github.com/seaweedfs/seaweedfs/weed/util"
"github.com/spf13/viper"
"io" "io"
"net/http" "net/http"
"net/url" "net/url"
"os" "os"
"strings" "strings"
"sync" "sync"
util "github.com/seaweedfs/seaweedfs/weed/util"
"github.com/spf13/viper"
) )
var ( var (

Loading…
Cancel
Save