Add Recover tests
This commit is contained in:
parent
111251da05
commit
48a91d05b5
2 changed files with 47 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
package middlewares
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
||||
"github.com/codegangsta/negroni"
|
||||
"github.com/containous/traefik/log"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// RecoverHandler recovers from a panic in http handlers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue