Revert "Merge pull request #931 from pedronasser/master"

This reverts commit 9ea0591951, reversing
changes made to 2125ae5f99.
This commit is contained in:
Matthew Holt
2016-07-21 13:31:43 -06:00
parent 4678471fe0
commit 57710e8b0d
4 changed files with 3 additions and 24 deletions
-8
View File
@@ -687,10 +687,6 @@ func (u *fakeUpstream) AllowedPath(requestPath string) bool {
return true
}
func (u *fakeUpstream) Transparent() bool {
return true
}
// newWebSocketTestProxy returns a test proxy that will
// redirect to the specified backendAddr. The function
// also sets up the rules/environment for testing WebSocket
@@ -733,10 +729,6 @@ func (u *fakeWsUpstream) AllowedPath(requestPath string) bool {
return true
}
func (u *fakeWsUpstream) Transparent() bool {
return true
}
// recorderHijacker is a ResponseRecorder that can
// be hijacked.
type recorderHijacker struct {