Commit d283e9be authored by Thebuilder's avatar Thebuilder Committed by GitHub

Secure and delete pprof Usage in Production (#10846)

parent 5204a7da
...@@ -6,7 +6,6 @@ import ( ...@@ -6,7 +6,6 @@ import (
"fmt" "fmt"
"io" "io"
"math/big" "math/big"
_ "net/http/pprof"
"sync" "sync"
"time" "time"
......
...@@ -5,7 +5,6 @@ import ( ...@@ -5,7 +5,6 @@ import (
"errors" "errors"
"fmt" "fmt"
"io" "io"
_ "net/http/pprof"
"strings" "strings"
"sync/atomic" "sync/atomic"
"time" "time"
......
...@@ -5,7 +5,6 @@ import ( ...@@ -5,7 +5,6 @@ import (
"errors" "errors"
"fmt" "fmt"
"math/big" "math/big"
_ "net/http/pprof"
"sync" "sync"
"time" "time"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment