adds FN_FORMAT, APP_NAME and ROUTE to hot containers

This commit is contained in:
Reed Allman
2017-07-28 14:13:42 -07:00
parent 63796a7c48
commit 9ccd48eb18
2 changed files with 7 additions and 5 deletions

View File

@@ -373,7 +373,6 @@ func (hc *htfn) serve(ctx context.Context) {
}
}()
cfg.Env["FN_FORMAT"] = cfg.Format
cfg.Timeout = 0 // add a timeout to simulate ab.end. failure.
cfg.Stdin = hc.containerIn
cfg.Stdout = hc.containerOut