Index: src/pkg/net/http/cgi/child.go |
=================================================================== |
--- a/src/pkg/net/http/cgi/child.go |
+++ b/src/pkg/net/http/cgi/child.go |
@@ -12,14 +12,14 @@ |
"crypto/tls" |
"errors" |
"fmt" |
- "http" |
"io" |
"io/ioutil" |
"net" |
+ "net/http" |
+ "net/url" |
"os" |
"strconv" |
"strings" |
- "url" |
) |
// Request returns the HTTP request as represented in the current |