Skip to content

Commit

Permalink
Move hacked golang http code to forked/ dir
Browse files Browse the repository at this point in the history
  • Loading branch information
thockin committed Jun 29, 2016
1 parent 37bda2d commit a8364d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/util/httpstream/spdy/roundtripper.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
apierrors "k8s.io/kubernetes/pkg/api/errors"
"k8s.io/kubernetes/pkg/api/unversioned"
"k8s.io/kubernetes/pkg/util/httpstream"
"k8s.io/kubernetes/third_party/golang/netutil"
"k8s.io/kubernetes/third_party/forked/netutil"
)

// SpdyRoundTripper knows how to upgrade an HTTP request to one that supports
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/proxy/dial.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/golang/glog"

utilnet "k8s.io/kubernetes/pkg/util/net"
"k8s.io/kubernetes/third_party/golang/netutil"
"k8s.io/kubernetes/third_party/forked/netutil"
)

func DialURL(url *url.URL, transport http.RoundTripper) (net.Conn, error) {
Expand Down
File renamed without changes.

0 comments on commit a8364d0

Please sign in to comment.