Error when accesslog and error pages

This commit is contained in:
Ludovic Fernandez 2018-05-14 10:38:03 +02:00 committed by Traefiker Bot
parent a2a0c80acb
commit 67847c3117
3 changed files with 14 additions and 9 deletions

View file

@ -43,8 +43,6 @@ func (sb *SaveBackend) ServeHTTP(rw http.ResponseWriter, r *http.Request) {
table.Core[OriginContentSize] = crw.Size()
}
//-------------------------------------------------------------------------------------------------
// SaveFrontend sends the frontend name to the logger. These are sometimes used with a corresponding
// SaveBackend handler, but not always. For example, redirected requests don't reach a backend.
type SaveFrontend struct {