1
0
Fork 0

Move to containous/oxy, remove websocket specific support

Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
Emile Vauge 2016-03-15 23:27:07 +01:00
parent 08d8c334a3
commit 0cbe34eef3
No known key found for this signature in database
GPG key ID: D808B4C167352E59
8 changed files with 266 additions and 241 deletions

View file

@ -3,7 +3,7 @@ package middlewares
import (
"net/http"
"github.com/mailgun/oxy/cbreaker"
"github.com/containous/oxy/cbreaker"
)
// CircuitBreaker holds the oxy circuit breaker.