fix: fill headers for render task
This commit is contained in:
parent
4a806df5ab
commit
973a33f559
@ -76,6 +76,7 @@ func (h *Handler) handleRender(c echo.Context) error {
|
|||||||
SelectorCreated: specs.SelectorCreated,
|
SelectorCreated: specs.SelectorCreated,
|
||||||
SelectorContent: specs.SelectorContent,
|
SelectorContent: specs.SelectorContent,
|
||||||
SelectorEnclosure: specs.SelectorEnclosure,
|
SelectorEnclosure: specs.SelectorEnclosure,
|
||||||
|
Headers: extractHeaders(c),
|
||||||
}
|
}
|
||||||
|
|
||||||
cacheLifetime, err := time.ParseDuration(specs.CacheLifetime)
|
cacheLifetime, err := time.ParseDuration(specs.CacheLifetime)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user