Skip to content

Commit

Permalink
fix clone missing ETag field
Browse files Browse the repository at this point in the history
  • Loading branch information
acoshift committed Apr 18, 2021
1 parent 8e67ee3 commit 2430329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func (app *App) Clone() *App {
templateFuncs: cloneFuncMaps(app.templateFuncs),
tcpKeepAlive: app.tcpKeepAlive,
reusePort: app.reusePort,
ETag: app.ETag,
}
x.srv.Handler = x

Expand Down

0 comments on commit 2430329

Please sign in to comment.