Browse Source

fmt

fix-mount-http-parallelism
Chris Lu 2 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/x509"
"fmt"
util "github.com/seaweedfs/seaweedfs/weed/util"
"github.com/spf13/viper"
"io"
"net/http"
"net/url"
"os"
"strings"
"sync"
util "github.com/seaweedfs/seaweedfs/weed/util"
"github.com/spf13/viper"
)
var (

Loading…
Cancel
Save