parent
594c1fc587
commit
ee8b9345e9
|
@ -67,7 +67,7 @@ func (up *URLPrefixer) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
|
||||||
if !ok {
|
if !ok {
|
||||||
up.Logger.
|
up.Logger.
|
||||||
WithField("component", "prefixer").
|
WithField("component", "prefixer").
|
||||||
Fatal("Exected http.ResponseWriter to be an http.Flusher, but wasn't")
|
Fatal("Expected http.ResponseWriter to be an http.Flusher, but wasn't")
|
||||||
}
|
}
|
||||||
|
|
||||||
nextRead, nextWrite := io.Pipe()
|
nextRead, nextWrite := io.Pipe()
|
||||||
|
|
Loading…
Reference in New Issue