summaryrefslogtreecommitdiff
path: root/cmd/rr/http/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/rr/http/debug.go')
-rw-r--r--cmd/rr/http/debug.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/cmd/rr/http/debug.go b/cmd/rr/http/debug.go
index ae383e8d..02023e36 100644
--- a/cmd/rr/http/debug.go
+++ b/cmd/rr/http/debug.go
@@ -2,16 +2,17 @@ package http
import (
"fmt"
+ "net"
+ "net/http"
+ "strings"
+ "time"
+
"github.com/sirupsen/logrus"
"github.com/spf13/cobra"
"github.com/spiral/roadrunner"
rr "github.com/spiral/roadrunner/cmd/rr/cmd"
"github.com/spiral/roadrunner/cmd/util"
rrhttp "github.com/spiral/roadrunner/service/http"
- "net"
- "net/http"
- "strings"
- "time"
)
func init() {