Commit 727c2506 authored by duanjinfei's avatar duanjinfei

Merge branch 'master' into test

parents 175ecfdf 45d79898
...@@ -557,6 +557,7 @@ func (op *TaskOp) waitReqContainerOk(dockerOp *operate.DockerOp) error { ...@@ -557,6 +557,7 @@ func (op *TaskOp) waitReqContainerOk(dockerOp *operate.DockerOp) error {
log.WithField("UseRedirect", value[0]).Info("Headers info") log.WithField("UseRedirect", value[0]).Info("Headers info")
if value[0] == "true" { if value[0] == "true" {
isUseRedirect = true isUseRedirect = true
isUseFileCache = true
} }
} }
if key == models.UseFileCache { if key == models.UseFileCache {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment